Skip to content

Instantly share code, notes, and snippets.

@seancron
Created April 12, 2011 18:50
Show Gist options
  • Save seancron/916126 to your computer and use it in GitHub Desktop.
Save seancron/916126 to your computer and use it in GitHub Desktop.
My .vimrc
set t_Co=256
set showmatch
set expandtab
set tabstop=8
set softtabstop=4
set shiftwidth=4
set number
set hls
set backspace=indent,eol,start
set incsearch
filetype on
filetype indent on
filetype plugin on
syntax on
map <F2> :NERDTreeToggle<CR>
map ,a :A<CR>
map <leader>f :FuzzyFinderTextMate<CR>
colorscheme molokai
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment