Created
November 17, 2012 09:26
-
-
Save atmos/4092471 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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