Skip to content

Instantly share code, notes, and snippets.

@duggiefresh
Created August 29, 2013 02:59
Show Gist options
  • Save duggiefresh/6373793 to your computer and use it in GitHub Desktop.
Save duggiefresh/6373793 to your computer and use it in GitHub Desktop.
MY .vimrc.after
set t_Co=256
set pastetoggle=<F7>
syntax on
colorscheme jellybeans
set background=dark
highlight Normal guibg=black guifg=white
set mouse=a
set timeout timeoutlen=1000 ttimeoutlen=100
set showcmd
:nnoremap <Leader>c :set cursorline!<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment