This is a effective yet fast configuration for Vim in terminal. Only five useful plugins are installed. No syntax check or autocompletion plugins are included for speed consideration. Specifically, the keymap is as follows,
kj -> <ESC>
,(comma) -> <Leader>
<Leader>cc -> Comment this line
<Leader>cu -> Unomment this line
C-e -> Open NerdTree
C-ww -> Switch to another tab
C-n -> Next buffer
C-p -> Last buffer
Feel free to use it with following command:
./run.sh
This command can also be used to catch up with the newest version.