From ac3039d64bd4f3e1c2428fccad4df51a1a733cbb Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Sun, 13 Feb 2022 12:28:24 +0530 Subject: [PATCH] nvim: after/plugin/fugitive: Improve git stash command mapping --- nvim/.config/nvim/after/plugin/fugitive.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/.config/nvim/after/plugin/fugitive.vim b/nvim/.config/nvim/after/plugin/fugitive.vim index 2c9aaf0..fd6d9a1 100644 --- a/nvim/.config/nvim/after/plugin/fugitive.vim +++ b/nvim/.config/nvim/after/plugin/fugitive.vim @@ -25,7 +25,7 @@ nnoremap go :call git#git_log_compare() nnoremap gr :call git#git_rebase_origin() nnoremap gR :call git#git_review() nnoremap g- :call git#git_stash():e -nnoremap g+ :Git stash pop +nnoremap g+ :Git stash pop stash@ nnoremap gs :Git stash list nnoremap gS :Git stash -- % nnoremap gt :Git reflog