摘要:
命令模式下u:撤销Ctrl+r:重做(撤销撤销) 阅读全文
随笔档案-2015年09月
Vim 配色设置与配色脚本语法
2015-09-08 19:51 by cascle, 1826 阅读, 收藏, 编辑
摘要:
几个给tag加颜色的插件 https://github.com/octol/vim-cpp-enhanced-highlight:基于tag的c family语法高亮 https://github.com/jeaye/color_coded:基于语义的c family语法高亮 https://bit 阅读全文
搜索插件:ack.vim
2015-09-07 17:39 by cascle, 1171 阅读, 收藏, 编辑
摘要:
ack.vim是Perl脚本ack的前端,对于Vim,也是grepprg和quickfix的简单封装,非常适合搜索github地址为https://github.com/mileszs/ack.vimVundle的脚本配置如下1 Plugin 'mileszs/ack.vim'用以下命令使用Ack[... 阅读全文
Vim插件管理
2015-09-07 16:11 by cascle, 221 阅读, 收藏, 编辑
摘要:
最新的Vim插件管理脚本是Vundle。其将插件脚本的分布从以前的集中式改为现在的分布式(见下)The original way:vim/ syntax/ html.vim indent/ html.vimThe bundle way:vim/bundle/ ... 阅读全文