##This is my personal vim configuration
####推荐使用 Anonymous Pro字体
####Install It
- git clone git@github.com:welsonla/welsonla_vim_config.git ~/.vim
- cd ~/.vim
- git submodule init
- git submodule update
- ln -s ~/.vim/vimrc ~/.vimrc
####PluginList
- nerdTree
- ctrlP
- pathogen
- rails.vim
- tabular
- powerline
- snipMate
- syntastic
####Wiki Align text with tabular
####Map Key or Hot Key
- ctrl+n -> 打开NerdTree
- ctrl+p -> 是用ctrlp快速检索文件
- q -> 关闭NerdTree窗口
- C -> 设置当前目录为显示的根目录
####How To Use 光标放到你要对齐参照的符号上,like:
- :Tab/= 按=号对齐
- :Tab/|
####常用快捷键 CTRL+x+o 关键字补齐
thanks to @happypeter