Skip to content

bannus/vimrc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bannus's vimrc

Installation:

mkdir ~/.vim
git clone git://github.com/bannus/vimrc.git ~/.vim
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
ln -s ~/.vim/.vimrc ~/.vimrc
vim +BundleInstall +qall

On Windows, use ~/vimfiles instead of ~/.vim and ~/_vimrc instead of ~/.vimrc.

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 :
  • ,m: Disable mouse editing/line numbers for copy paste
  • ,c<space>: Toggle comments
  • ,e: Open file in new tab
  • ,l: Toggle NERDTree
  • ,ig: Toggle indentation guide
  • ,k: Syntax-check the current file
  • ,p: Disable mouse support for copying
  • ,o: Open file
  • ,s: Split window
  • ,t: New tab
  • ,w: Close tab
  • kj: Switch to 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 57.3%
  • Python 42.7%