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