diff options
Diffstat (limited to '.vim/plugins/fugitive.vim')
-rw-r--r-- | .vim/plugins/fugitive.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.vim/plugins/fugitive.vim b/.vim/plugins/fugitive.vim new file mode 100644 index 0000000..8029fc3 --- /dev/null +++ b/.vim/plugins/fugitive.vim @@ -0,0 +1,4 @@ +Plug 'tpope/vim-fugitive' + +nnoremap <silent> <leader>gl :Gclog! -- %<CR> +nnoremap <silent> <leader>gd :Gdiffsplit <CR> |