From 31c792619100bf1b53b57f2406cdffc8116e309a Mon Sep 17 00:00:00 2001 From: gxlin Date: Sun, 4 Jul 2021 22:25:54 +0800 Subject: Add shortcuts for fugitive.vim --- .vim/plugins/fugitive.plug | 3 +++ 1 file changed, 3 insertions(+) (limited to '.vim/plugins') diff --git a/.vim/plugins/fugitive.plug b/.vim/plugins/fugitive.plug index 8029fc3..8dd25b2 100644 --- a/.vim/plugins/fugitive.plug +++ b/.vim/plugins/fugitive.plug @@ -1,4 +1,7 @@ +" vim: ft=vim + Plug 'tpope/vim-fugitive' nnoremap gl :Gclog! -- % nnoremap gd :Gdiffsplit +nnoremap gs :G -- cgit v1.2.3