diff --git a/keybindings.json b/keybindings.json index 487328f..183a523 100644 --- a/keybindings.json +++ b/keybindings.json @@ -285,6 +285,15 @@ "key": "ctrl+[BracketRight]", "command": "magit.process-log" }, + // Git + { + "key": "cmd+g cmd+c", + "command": "workbench.action.addComment" + }, + { + "key": "shift+cmd+g", + "command": "pr:github.focus" + }, // Magit resets { "key": "k",