1
1
mirror of https://github.com/kahole/edamagit.git synced 2024-09-11 07:15:31 +03:00

adds more international magit help '?' shortcut

This commit is contained in:
Kristian Andersen Hole 2021-01-29 17:55:22 +01:00
parent 42e877c60d
commit 7e1b160a2c

View File

@ -461,6 +461,11 @@
"key": "g",
"when": "editorTextFocus && editorLangId == 'magit' && vim.mode =~ /^(?!SearchInProgressMode|CommandlineInProgress).*$/"
},
{
"command": "magit.help",
"key": "shift+-",
"when": "editorTextFocus && editorLangId == 'magit' && vim.mode =~ /^(?!SearchInProgressMode|CommandlineInProgress).*$/"
},
{
"command": "magit.help",
"key": "shift+/",