ansible-role--vim/templates/plugin.fugitive.vim.j2

8 lines
165 B
Plaintext
Raw Normal View History

2015-12-27 17:48:53 +00:00
" Fugitive : set key mapping
nnoremap <Leader>gb :Gblame<CR>
nnoremap <Leader>gs :Gstatus<CR>
nnoremap <Leader>gd :Gdiff<Space>
nnoremap <Leader>gw :Gwrite<Space>