From aaee16500f7cb86b772be67f5f5dfe78f52c1d48 Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Sat, 23 Apr 2022 20:31:59 +0200 Subject: [PATCH] Add show git process log shortcut --- keybindings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/keybindings.json b/keybindings.json index e40ebfe..487328f 100644 --- a/keybindings.json +++ b/keybindings.json @@ -281,6 +281,10 @@ "command": "magit.reverting", "when": "editorTextFocus && editorLangId == 'magit' && vim.mode =~ /^(?!SearchInProgressMode|CommandlineInProgress).*$/" }, + { + "key": "ctrl+[BracketRight]", + "command": "magit.process-log" + }, // Magit resets { "key": "k",