diff --git a/.config/vim/vimrc.d/40-keys.vim b/.config/vim/vimrc.d/40-keys.vim index c5fcaf4..b8e3274 100644 --- a/.config/vim/vimrc.d/40-keys.vim +++ b/.config/vim/vimrc.d/40-keys.vim @@ -156,8 +156,8 @@ if (get(g:, 'loaded_fzf')) " git files that `git status` lists nmap gf :GFiles? " 'git log' and 'git buffer log' - nmap gl :Commits - nmap gbl :BCommits + map gl :Commits + map gbl :BCommits endif " Y should behave like D & C does