Skip to content

Instantly share code, notes, and snippets.

@jtmkrueger
Created February 20, 2012 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtmkrueger/1870263 to your computer and use it in GitHub Desktop.
Save jtmkrueger/1870263 to your computer and use it in GitHub Desktop.
My .gvimrc.after
color railscasts+
set guifont=Monaco:h12
" Shortcut to rapidly toggle `set list`
nmap <leader>l :set list!<CR>
" Map tab to cycle splits
nmap <Tab> <C-W>W
"Map shift + enter to esc
inoremap <S-CR> <Esc>
"Use the same symbols as TextMate for tabstops and EOLs
set listchars=tab:▸\ ,eol:¬\ , trail:•\
"Invisible character colors
highlight NonText guifg=#4a4a59
highlight SpecialKey guifg=#4a4a59
"map <F2> :NERDTreeToggle \| :silent NERDTreeMirror<CR>
"autocmd VimEnter * NERDTree
"autocmd BufEnter * NERDTreeMirror
call janus#disable_plugin('nerdtree')
set wrap
set linebreak
"set nolist " list disables linebreak
set textwidth=0
set wrapmargin=0
set formatoptions+=l
set guioptions-=T
set transp=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment