Toss a few days vim, finally also calculate the end, the next day, is to continue in combat in-depth study and familiar with the operation of Vim. PS: The right hand pinky indicates a great pressure.
The last few days mainly refer to the Internet to build the IDE's data, and constantly try a variety of plug-ins. In fact, now vim plug-in management is much more advanced, you can use Vundle "2" like MAVEN management jar package Management plug-in. The reason why I use the ancient way, just want to experience, will certainly follow the pace of the Times to use Vundle.
Most plugins can be found by name in Vim-scripts "1", or simply go to the VIM officer's website. Each plug-in has instructions and installation instructions, the official is the most accurate, a lot of online Chinese information is not very accurate, so English for the computer department students are very important.
Here is the final recording of the Vim plug-in I installed, basically to a winmanager and taglist, and then configure TagList and Winmanager comes with the fileexplorer on the left side to display. Many articles recommend minibufexplorer, but my Winmanager integrated minibufexplorer after the FileExplorer window size appeared the problem "4", although can solve, but I just do not like. Plus I think Bufexplorer is also very convenient, so can save the province. Then make up two autoclose, a brace quote complement (AUTOCLOSE), an HTML tag complement (HTML_AUTOCLOSETAG), the recent main to learn Angularjs mainly, also enough.
. ├──doc│├──bufexplorer.txt│├──taglist.txt│└──winmanager.txt├──ftplugin│└──html_autoclosetag.vim├──plugi N│├──autoclose.vim│├──bufexplorer.vim│├──taglist.vim│├──winfileexplorer.vim│├──winmanager.vim│└──w Intagexplorer.vim
As well as my VIMRC configuration, add two lines at the end, no use map set shortcut keys, and so on the command is memorized say :
Set number "Enable line numbers to display lines let g:winmanagerwindowlayout= ' fileexplorer| TagList ' Window management file browse |tags list
Of course Ctags also must be installed, this is all.
Resources:
"1" Vim plugin git resource http://vim-scripts.org/vim/scripts.html
"2" Vim plugin management Https://github.com/vim-scripts/vundle
"3" Javacomplete plugin optimization tutorial http://www.cnblogs.com/Nstd/archive/2012/04/14/2447828.html
"4" Winmanager integrated Minibufexplorer http://blog.csdn.net/hittata/article/details/8062090
Introduction to Vim Plugin