Skip to content

rjaquino/vimrc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R.J.'s .vimrc

forked from tmacwill

Installation:

yum install ack ctags
mkdir ~/.vim
git clone git://github.com/rjaquino/vimrc.git ~/.vim
ln -s ~/.vim/.vimrc ~/.vimrc
vim +BundleInstall +qall

Color Schemes

The default color scheme is Smyck, which looks best with the corresponding terminal theme installed as well.

Other available (awesome) colorschemes:

  • jellybeans
  • skittles_dark
  • molokai
  • wombat256mod

Shortcuts

  • ; maps to :
  • ,a: ack from the current directory
  • ,b: browse tags
  • ,c: toggle comments
  • ,C: toggle block comments
  • ,e: open file in new tab
  • ,l: toggle NERDTree
  • ,h: open a shell in a new tab
  • ,k: syntax-check the current file
  • ,m: toggle mouse support
  • ,o: open file
  • ,p: toggle paste mode
  • ,r: insert regex for multiple cursors
  • ,s: split window
  • ,t: new tab
  • ,w: close tab
  • kj: enter normal mode and save
  • Ctrl+{h,j,k,l}: move among windows

About

My Vim setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 59.7%
  • Python 40.3%