Add show git process log shortcut

This commit is contained in:
Wilfried OLLIVIER 2022-04-23 20:31:59 +02:00
parent cd7168e272
commit aaee16500f

View file

@ -281,6 +281,10 @@
"command": "magit.reverting", "command": "magit.reverting",
"when": "editorTextFocus && editorLangId == 'magit' && vim.mode =~ /^(?!SearchInProgressMode|CommandlineInProgress).*$/" "when": "editorTextFocus && editorLangId == 'magit' && vim.mode =~ /^(?!SearchInProgressMode|CommandlineInProgress).*$/"
}, },
{
"key": "ctrl+[BracketRight]",
"command": "magit.process-log"
},
// Magit resets // Magit resets
{ {
"key": "k", "key": "k",