资源说明:Personal VIM configuration
## Installation ``` curl https://raw.githubusercontent.com/lukecampbell/vim-folder/master/install.sh | bash -s stable ``` ## Plugins - FuzzyFinder - L9 - cocoa - ctrlp - syntastic - tagbar - vim-bufexplorer - vim-colors-solarized - vim-fugitive - vim-markdown - vim-scala - nerdtree ## Fun Stuff - Inside a git directory you can quickly load any file by typing `,p` then the name of the file and then enter. - `,tb` Will load the tagbar on the right, which acts as a class summary to the current file. - `` will load the last accessed file - `,be` Will show a list of buffers last acessed - ` ` Will go to the definition of the tag under the cursor. - `\]` Will go to the next tab - `\[` Will move to the previous tab
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。