Created
November 8, 2010 08:15
-
-
Save drewlesueur/667473 to your computer and use it in GitHub Desktop.
My vimrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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