当前位置: 首页 > 工具软件 > Marky > 使用案例 >

vim mark

后烨煜
2023-12-01

http://vim.wikia.com/wiki/Using_marks

CommandDescription
maset mark a at current cursor location 
'a  jump to line of mark a (first non-blank character in line) 
`ajump to position (line and column) of mark a
d'adelete from current line to line of mark a
d`a  delete from current cursor position to position of mark a
c'a  change text from current line to line of mark a
y`a  yank text to unnamed buffer from cursor to position of mark a
:marks  list all the current marks 

 类似资料:

相关阅读

相关文章

相关问答