mondaychen / monday-vim

Personal vim files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monday Chen's .vim files

Warning: This repo includes some other dot files for Monday Chen's connivence. Select "NO" to prevent overwriting.

Using homesick to symlink the dot files.

####Install:

  1. gem install homesick

  2. homesick clone git://github.com/mondaychen/monday-vim.git

  3. homesick symlink monday-vim

  4. Open vim and type :NeoBundleInstall

  5. To make Tagbar work, install ctags brew install ctags

####Shortcuts:

  • \\w or <Leader><Leader>w for easymotion
  • ctrl+p for ctrlp
  • F6 for Tagbar
  • F4 for nerdtree
  • F3 to toggle number display
  • \t or <Leader>t to open a new tab. <Leader>[number] for quick jump
  • Shift+Left and Shift+Right to switch between tabs
  • cs, ds and ys works in the surround mode. Click the link for details.
  • ctrl+n to enable mutilcursors, ctrl+m to go back and ctrl-x to skip

About

Personal vim files


Languages

Language:Vim Script 93.1%Language:Shell 6.9%