diff --git a/keybindings.json b/keybindings.json index 6011fca..dd817c5 100644 --- a/keybindings.json +++ b/keybindings.json @@ -286,6 +286,11 @@ "when": "textCompareEditorVisible" }, // Magit + { + "key": "g r", + "command": "magit.refresh", + "when": "editorTextFocus && editorLangId == 'magit' && vim.mode =~ /^(?!SearchInProgressMode|CommandlineInProgress).*$/" + }, { "key": "tab", "command": "extension.vim_tab",