My personal Vim configuration for development by Scala.
$ wget https://raw.github.com/georgenano/vimrc/master/vim_install.sh -P ~
$ chmod 755 vim_install.sh
$ ./vim_install.sh
$ vim
Ignore some errors & warnings.
Type :NeoBundleInstall in Normal mode.
Ignore some errors & warnings too.
$ vim ~/.bashrc
Add alias ctags='/usr/local/Cellar/ctags/5.8/bin/ctags' in the last line.
$ source ~/.bashrc
$ cd ~/.vim/bundle/Command-T/ruby/command-t
$ ruby extconf.rb
$ make
Ctrl + e: toggle NERDTree.
Select file, <CR>: open the file.
F8: toggle TagBar.
Select file, <CR>: go to the definition.
Ctrl + ]: go to the function definition.
Ctrl + t: take back to the function call.
\t: open Command-T window.
:make: run scalac, and if some bugs exist, open QuickFix.
vs: VimShell.
vp: popup VimShell.