Skip to content

Instantly share code, notes, and snippets.

@tomjnixon
Created September 21, 2011 16:08
Show Gist options
  • Save tomjnixon/1232490 to your computer and use it in GitHub Desktop.
Save tomjnixon/1232490 to your computer and use it in GitHub Desktop.
set mouse=a
colorscheme jellybeans+
" colorscheme vividchalk
set listchars=tab:⌞\ ,trail:⋅
set list
set noexpandtab
set copyindent
set preserveindent
set spelllang=en_gb
set guifont=Terminus\ 8
set guioptions-=T
set guioptions-=m
nnoremap <F5> :GundoToggle<CR>
let g:SuperTabCrMapping=0
inoremap <CR> <CR>a<BS>
nnoremap o o<Space><BS>
nnoremap O O<Space><BS>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment