vim plugin ctr-p Vundle airline

1. http://www.bestofvim.com/plugin/ctrl-p/

CtrlP is an awesome plugin, essential even! Here are a few extensions for it that make it even more useful:

ctrlp-modified:
https://github.com/jasoncodes/...
Quickly view a list of all files which have changes that have not yet been committed to Git.

ctrlp-funky:
https://github.com/tacahiroy/c...
Pull up the current file's function list

ctrlp-tjump:
https://github.com/ivalkeen/vi...
Replaces the tag jump command by populating CtrlP with a list of tags matching the word under the cursor

ctrlp-extensions:
https://github.com/sgur/ctrlp-...
Show the command line history, yankring history, and a handy CtrlP extension select menu

 

2. 使用vundle管理vim插件

http://hahaya.github.io/2013/07/26/use-vundle.html

 

3. https://github.com/bling/vim-airline

airline 比 powerline好

猜你喜欢

转载自wellee.iteye.com/blog/2004659