Skip to content

welsonla/welsonla_vim_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##This is my personal vim configuration

####推荐使用 Anonymous Pro字体

####Install It

  1. git clone git@github.com:welsonla/welsonla_vim_config.git ~/.vim
  2. cd ~/.vim
  3. git submodule init
  4. git submodule update
  5. ln -s ~/.vim/vimrc ~/.vimrc

####PluginList

  1. nerdTree
  2. ctrlP
  3. pathogen
  4. rails.vim
  5. tabular
  6. powerline
  7. snipMate
  8. syntastic

####Wiki Align text with tabular

####Map Key or Hot Key

  • ctrl+n -> 打开NerdTree
  • ctrl+p -> 是用ctrlp快速检索文件
  • q -> 关闭NerdTree窗口
  • C -> 设置当前目录为显示的根目录

####ScreenShot 你们感受下 myvim

####How To Use 光标放到你要对齐参照的符号上,like:

  • :Tab/= 按=号对齐
  • :Tab/|

####常用快捷键 CTRL+x+o 关键字补齐

thanks to @happypeter