diff --git a/editors/vim.txt b/editors/vim.txt index b5e940d..8b71033 100644 --- a/editors/vim.txt +++ b/editors/vim.txt @@ -131,7 +131,7 @@ ci} 改写大括号中内容 cit 改写 xml tag 中的内容 cis 改写当前句子 c2w 改写下两个单词 -c2( 改写到小括号前 +ct( 改写到小括号前 x 删除当前字符,前面可以接数字,3x代表删除三个字符 X 向前删除字符 dd 删除当前行 @@ -150,7 +150,7 @@ di} 删除大括号中内容 dit 删除 xml tag 中的内容 dis 删除当前句子 d2w 删除下两个单词 -d2( 删除到小括号前 +dt( 删除到小括号前 dgg 删除到文件头部 dG 删除到文件尾部 d} 删除下一段