From 768cb4ed4a736d846eb4a476a9f04bc9943aaa62 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Wed, 17 Sep 2025 21:46:43 +0200 Subject: [PATCH] vim:keys: Add mapping for git-commit-last-msg --- .config/vim/vimrc.d/40-keys.vim | 2 ++ 1 file changed, 2 insertions(+) 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