From 1e8ba7eabfe055c3d53ac0b1afb0edc7871fcf81 Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Sat, 23 Apr 2022 22:57:17 +0200 Subject: [PATCH] Add some github sortcut --- keybindings.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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",