Skip to content

Instantly share code, notes, and snippets.

@OliverUv
Created January 14, 2013 23:02
Show Gist options
  • Save OliverUv/4534373 to your computer and use it in GitHub Desktop.
Save OliverUv/4534373 to your computer and use it in GitHub Desktop.
" Save, quit, etc
nnoremap <silent> <leader>s :w<cr>
nnoremap <silent> <leader>w :wa<cr>
nnoremap <silent> <leader>x :wq<cr>
nnoremap <silent> <leader>d :q<cr>
nnoremap <silent> <leader>c :qa<cr>
" Disable Ex mode
map Q <Nop>
" Mappings to interact with fugitive
nnoremap <silent> <leader>gs :Gstatus<cr>
nnoremap <silent> <leader>gg :Ggrep
nnoremap <silent> <leader>gl :Glog<cr>
nnoremap <silent> <leader>gd :Gdiff<cr>
nnoremap <silent> <leader>gh :Git hub<cr>
nnoremap <silent> <leader>gp :Git push
" Misc mappings
nnoremap <silent> <leader>e :UltiSnipsEdit<cr>
nnoremap <silent> <leader>u :GundoToggle<cr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment