Command-T plugin

https://wincent.com/products/command-t

 

非常不错的插件!有视频有教程!

 

在线文档

http://git.wincent.com/command-t.git/blob_plain/HEAD:/README.txt

 

默认快捷键: leader + t 打开CommandT工具

 

Ctr+a 跳到匹配字符串首

Ctr+e 跳到匹配字符串尾

Ctr+c 退出CommandT

Ctr+t 以新的tab打开

 

let g:CommandTMaxHeight=10

让CommandT的窗口最大为10行高度,0则为不限制高度

 

let g:CommandTMatchWindowAtTop

让CommandT界面的位置放在窗口的上面。默认为0,就是下面

 

当有新文件生成时,需要刷新缓存,才能够找到刚刚建立多文件。

:CommandTFlash (刷新文件列表缓存)

 

 

另外推荐个Preview

https://github.com/greyblake/vim-preview

 

:Preview 浏览当前页面,这个插件完全可以替代DW的F12

 

你可能感兴趣的:(C++,c,git,C#,vim)