Skip to content

Instantly share code, notes, and snippets.

@atree
Created December 14, 2012 09:23
Show Gist options
  • Save atree/4283993 to your computer and use it in GitHub Desktop.
Save atree/4283993 to your computer and use it in GitHub Desktop.
Current VIM Settings
set guifont=Andale\ Mono:h11
colorscheme Elflord
nmap "+gP
imap a
vmap "+y
set guioptions-=T "remove toolbar
set guioptions-=r "remove right-hand scroll bar
filetype indent on
set expandtab
set tabstop=4
set shiftwidth=4
set autoindent
set smartindent
set transparency=2
noremap <c-tab> :tabnext<cr>
noremap t :NERDTreeToggle<cr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment