From b698873d2cca6482a8a8e056362a226c2ef0f84e Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Fri, 21 Oct 2022 00:52:45 +0200 Subject: [PATCH] vim:keys: Fix BCommits and `G blame` mapping clash --- .config/vim/vimrc.d/40-keys.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/vim/vimrc.d/40-keys.vim b/.config/vim/vimrc.d/40-keys.vim index 3d354c3..4558e1c 100644 --- a/.config/vim/vimrc.d/40-keys.vim +++ b/.config/vim/vimrc.d/40-keys.vim @@ -157,9 +157,9 @@ endif if (get(g:, 'loaded_fzf')) " git files that `git status` lists nmap gf :GFiles? - " 'git log' and 'git buffer log' - map gl :Commits - map gbl :BCommits + " 'git log (log?)' and 'git log buffer ' + map gll :Commits + map glb :BCommits endif " Y should behave like D & C does