A vim-based enviroment for Node.js developers...
In fact, it's just made for myself. Anyone who likes it can use or fork it freely, but it's not guaranteed that these settings works on your enviroment.
- pathogen
- NERD_tree
- jade
- surround
- tagbar
- ctrlp
- autoclose
-
Put all thing into ~/.vim
git clone https://github.com/raincole/vimrc.git .vim --recursive
-
Link .vimrc to ~/.vim/vimrc
cd ~ ln -s ~/.vim/vimrc .vimrc
-
Install
- ctags
- CoffeeTags for CoffeeScript
- DoctorJS for JavaScript.
<F8>
to open tagbar,/
to close search highlight<Ctrl-t>n
to open a new tab<Ctrl-t>c
to close current tab
Other shortcuts are the same as the plugins' default settings.