Skip to content

Instantly share code, notes, and snippets.

@drewlesueur
Created November 8, 2010 08:15
Show Gist options
  • Save drewlesueur/667473 to your computer and use it in GitHub Desktop.
Save drewlesueur/667473 to your computer and use it in GitHub Desktop.
My vimrc
call pathogen#runtime_append_all_bundles()
filetype plugin indent on
set backspace=indent,eol,start
set tabstop=2
set shiftwidth=2
set expandtab
"colorscheme jellybeans
ino jj <esc>
cno jj <c-c>
vno v <esc>
set nu " line numbers
set wm=10 " wrap margin
" use :tabp, :tabn :tabe
map <F11> :tabn<CR>
map <F10> :tabp<CR>
set autoindent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment