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
1 changed files with 4 additions and 0 deletions

View File

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