From 12e521a2c634c2bb50af60717c2c4ef5a1394cd8 Mon Sep 17 00:00:00 2001 From: bretello Date: Wed, 21 Dec 2022 13:54:02 +0100 Subject: [PATCH] vim: remap gl to Commits, add gL for :Bcommits --- vim/shortcuts.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vim/shortcuts.vim b/vim/shortcuts.vim index 29f8c98..1e335b0 100644 --- a/vim/shortcuts.vim +++ b/vim/shortcuts.vim @@ -61,7 +61,8 @@ nnoremap \ :0Git nnoremap d :Gvdiffsplit nnoremap b :Git blame nnoremap gp :Git push -nnoremap gl :vert Git log % +nnoremap gl :Commits +nnoremap gL :BCommits nnoremap gc :Git commit nnoremap gpf :Git push --force-with-lease