Skip to content

Instantly share code, notes, and snippets.

@kellyelton
Created August 21, 2014 05:48
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 kellyelton/2511923f9dd2a4dd3d08 to your computer and use it in GitHub Desktop.
Save kellyelton/2511923f9dd2a4dd3d08 to your computer and use it in GitHub Desktop.
vimrc
execute pathogen#infect()
:set number
:color slate
:set tabstop=4
:set shiftwidth=4
:set textwidth=0
:set wrapmargin=0
syntax on
filetype plugin indent on
:set ai
:set smarttab
autocmd vimenter * if !argc() | NERDTree | endif
map <C-n> :NERDTreeToggle<CR>
vmap <C-k>c :norm ^i// 
vmap <C-K>u :s!// \{0,1}!!
vmap <C-k><C-c> :norm ^i// 
vmap <C-K><C-u> :s!// \{0,1}!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment