1
0
mirror of https://github.com/ViViDboarder/vim-settings.git synced 2025-01-14 06:13:22 +00:00
vim-settings/vim/rc/plugins/fugitive.rc.vim

8 lines
263 B
VimL
Raw Normal View History

Plug 'tpope/vim-fugitive' ", { 'on': ['Gblame', 'Gdiff', 'Gcommit', 'Gstatus', 'Gwrite'] }
2016-11-15 17:25:41 +00:00
" Mappings
nnoremap <leader>gb :Gblame<CR>
nnoremap <leader>gc :Gcommit<CR>
nnoremap <leader>gd :Gdiff<CR>
nnoremap <leader>gs :Gstatus<CR>
nnoremap <leader>gw :Gwrite<CR>