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