diff options
author | Aaron LI <aly@aaronly.me> | 2018-12-22 14:27:10 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-12-22 14:27:10 +0800 |
commit | 8cfdd32cdae8aabf494162ea96a306d86412a5b2 (patch) | |
tree | 588a2d2732244bb896dc988ae0284553170754a1 | |
parent | eb14dcb8ccebf5833892154501f60f7492eb169b (diff) | |
download | dotfiles-8cfdd32cdae8aabf494162ea96a306d86412a5b2.tar.bz2 |
vim: Add simple mappings for vim-fugitive
-rw-r--r-- | _vim/vimrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -294,6 +294,10 @@ inoremap <F1> <Esc> vnoremap <leader>y "+y noremap <leader>p "+p +" Mappings for vim-fugitive +nnoremap <leader>gs :Gstatus<cr> +nnoremap <leader>gd :Gdiff<cr> + """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => Helper functions |