Plugin
2014-00-00
重复上一条命令 (vim-repeat)
主页:https://github.com/tpope/vim-repeat
快捷键:.
vim-surround
主页:https://github.com/tpope/vim-surround
用来处理匹配的 "", '', [] 等
常用快捷键:
cs"'将所在区域两边的"替换成'ds"将所在区域两边的"删除yssboryss)在所在区域两边加上()
可用 . 来重复上一条命令