Skip to content

Commit

Permalink
add del marks cmd for vim, and fix miss ':' char issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yx-ren committed Dec 12, 2019
1 parent 2ba3899 commit 160fc33
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions editors/vim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,12 @@ ma 保存当前位置到书签 a ,书签名小写字母为文
]' 跳转到下一个书签
'< 跳到上次可视模式选择区域的开始
'> 跳到上次可视模式选择区域的结束
:delm a 删除缓冲区标签a
:delm A 删除文件标签A
:delm! 删除所有缓冲区标签(小写字母), 不能删除文件标签和数字标签
:delm A-Z 删除所有文件标签(大写字母)
:delm 0-9 删除所有数字标签(.viminfo)
:delm A-Z0-9 删除所有文件标签和数字标签


##############################################################################
Expand Down

0 comments on commit 160fc33

Please sign in to comment.