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",