Skip to content

codeb2cc/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codeb2cc's Vim Configuration

Author: codeb2cc

Email: codeb2cc{at}gmail.com

Installation

  1. Check out

     git clone git://github.com/codeb2cc/vim.git ~/.vim
    
  2. Link config file

     ln -s ~/.vim/vimrc ~/.vimrc
    
  3. Fetch vim plugins

     cd ~/.vim
     git submodule update --init
    
  4. The way to update plugins

     git submodule foreach git pull origin master
    

Shortcuts

  • F2 : NERDTree window
  • F3 : Tagbar window
  • F4 : Syntastic check
  • F5 :
  • F6 :
  • F7 :
  • F8 : shortcut of :nohlsearch<CR>
  • F9 : Bufexplorer window
  • F10: YankRing window

For more detail, just look into the vimrc file.

Plugins Reference

About

codeb2cc's vim configuration file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages