Skip to content

Instantly share code, notes, and snippets.

@ashleyh
Created May 13, 2011 21:49
Show Gist options
  • Save ashleyh/971377 to your computer and use it in GitHub Desktop.
Save ashleyh/971377 to your computer and use it in GitHub Desktop.
.vimrc
syntax on
set wildmode=list:longest,full
set showmode
set showcmd
set autoindent
set expandtab
set tabstop=4
set shiftwidth=4
set guioptions-=T
set guifont=Menlo:h11
map WW :w<CR>
imap <S-Tab> <C-d>
vmap <Tab> >gv
vmap <S-Tab> <gv
filetype on
colorscheme slate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment