diff --git a/users/richie/home/gui/vscode/keybindings.json b/users/richie/home/gui/vscode/keybindings.json index 091d316..cc81b61 100644 --- a/users/richie/home/gui/vscode/keybindings.json +++ b/users/richie/home/gui/vscode/keybindings.json @@ -16,5 +16,14 @@ "key": "ctrl+shift+`", "command": "-workbench.action.terminal.new", "when": "terminalProcessSupported || terminalWebExtensionContributedProfile" + }, + { + "key": "ctrl+shift+g r", + "command": "gitlens.git.rebase" + }, + { + "key": "ctrl+shift+g c", + "command": "-gitlens.showQuickCommitFileDetails", + "when": "editorTextFocus && !gitlens:disabled && config.gitlens.keymap == 'chorded'" } ]