Favorite (G)Vim plugins/scripts? [closed]

2019-03-07 18:58发布

What are your favorite (G)Vim plugins/scripts?

标签: vim editor
30条回答
你好瞎i
2楼-- · 2019-03-07 19:38

Zenburn color scheme and good fonts - [Droid Sans Mono](http://en.wikipedia.org/wiki/Droid_(font)) on Linux, Consolas on Windows.

查看更多
迷人小祖宗
3楼-- · 2019-03-07 19:39

Tomas Restrepo posted on some great Vim scripts/plugins. He has also pointed out some nice color themes on his blog, too. Check out his Vim category.

查看更多
SAY GOODBYE
4楼-- · 2019-03-07 19:39

tcomment

"I map the "Command + /" keys so i can just comment stuff out while in insert mode imap :i

查看更多
虎瘦雄心在
5楼-- · 2019-03-07 19:40

A.vim is a great little plugin. It allows you to quickly switch between header and source files with a single command. The default is :A, but I remapped it to F2 reduce keystrokes.

查看更多
仙女界的扛把子
6楼-- · 2019-03-07 19:40

The vcscommand plugin provides global ex commands for manipulating version-controlled source files and it supports CVS,SVN and some other repositories.

You can do almost all repository related tasks from with in vim:
* Taking the diff of current buffer with repository copy
* Adding new files
* Reverting the current buffer to the repository copy by nullifying the local changes....

查看更多
Bombasti
7楼-- · 2019-03-07 19:40

If you're on a Mac, you got to use peepopen, fuzzyfinder on steroids.

查看更多
登录 后发表回答