Skip to content

Instantly share code, notes, and snippets.

@gcmurphy
Created January 16, 2012 05:28
Show Gist options
  • Save gcmurphy/1619212 to your computer and use it in GitHub Desktop.
Save gcmurphy/1619212 to your computer and use it in GitHub Desktop.
vimrc
set et
set ts=4
set sw=4
set ai
set smarttab
set incsearch
set hlsearch
set wildmenu
set wildmode=list:longest,full
set backspace=2
set number
set ignorecase
set autochdir
set cul
set backup
set backupdir=$HOME/.vim/backup
set directory=$HOME/.vim/tmp
set ruler
set nocompatible
syntax on
colors summerfruit256
map <c-tab> :tabnext<cr>
map <c-s-tab> :tabprevious<cr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment