Skip to content

Instantly share code, notes, and snippets.

@atmos
Created November 17, 2012 01:23
Show Gist options
  • Save atmos/4092441 to your computer and use it in GitHub Desktop.
Save atmos/4092441 to your computer and use it in GitHub Desktop.
let g:NERDTreeMapOpenSplit = 'i'
set nu
set et
set ts=2
set sw=2
set ruler
colorscheme vibrantink
"set columns=145
"set lines=48
set guioptions-=T
set guioptions-=r
set guioptions-=L
set gfn=Inconsolata:h20
set backupdir=~/.vimswap
set directory=~/.vimswap
set nobackup
set noswapfile
set winheight=11
command! Trail :%s/\s\+$//g
nnoremap <D-r> :NERDTreeToggle<CR>
nnoremap <C-L> :nohls<CR><C-L>
set vb
set t_vb=
filetype plugin indent on
call pathogen#infect()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment