From 8cfdd32cdae8aabf494162ea96a306d86412a5b2 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sat, 22 Dec 2018 14:27:10 +0800 Subject: vim: Add simple mappings for vim-fugitive --- _vim/vimrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to '_vim') diff --git a/_vim/vimrc b/_vim/vimrc index bc4340b..d0e2b23 100644 --- a/_vim/vimrc +++ b/_vim/vimrc @@ -294,6 +294,10 @@ inoremap vnoremap y "+y noremap p "+p +" Mappings for vim-fugitive +nnoremap gs :Gstatus +nnoremap gd :Gdiff + """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => Helper functions -- cgit v1.2.2