diff --git a/.config/vim/vimrc.d/40-keys.vim b/.config/vim/vimrc.d/40-keys.vim index ec15519..a343778 100644 --- a/.config/vim/vimrc.d/40-keys.vim +++ b/.config/vim/vimrc.d/40-keys.vim @@ -168,6 +168,8 @@ if exists('g:loaded_fugitive') nmap gcc G commit " Amend the current commit and open the message in a split nmap gca G commit --amend + " Commit with the last commit message as template + nmap gclm G commit-last-msg " Move to root of directory nmap gcd Gcd " git blame in scroll bound vertical split (only the commit hashes, see