From a2d629d9e2160f3c60e5abffde8e28b03beec8de Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Sat, 24 Feb 2018 14:32:23 +0800 Subject: [PATCH] fixed commands --- editors/vim.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} 删除下一段