mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
added git key binds
This commit is contained in:
@@ -16,5 +16,14 @@
|
|||||||
"key": "ctrl+shift+`",
|
"key": "ctrl+shift+`",
|
||||||
"command": "-workbench.action.terminal.new",
|
"command": "-workbench.action.terminal.new",
|
||||||
"when": "terminalProcessSupported || terminalWebExtensionContributedProfile"
|
"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'"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user