" mappings {{{ let g:gitgutter_map_keys = 0 nnoremap gg :G nnoremap g :Git nnoremap gs :vertical Git nnoremap gd :Gdiffsplit nnoremap gb :Git blame nnoremap gw :GBrowse nnoremap gW :.GBrowse nnoremap gc :Git commit % nnoremap gC :Git commit --amend nnoremap gl :Gclog nnoremap gp :Git push nnoremap gP :Git push --force-with-lease " }}} " Fugitive.vim handlers {{{ if !exists('g:fugitive_browse_handlers') let g:fugitive_browse_handlers = [] endif if index(g:fugitive_browse_handlers, function('dotfiles#fugitive#aur#handler')) < 0 call insert(g:fugitive_browse_handlers, function('dotfiles#fugitive#aur#handler')) endif " }}}