1
0
mirror of https://github.com/pratiktri/dotfiles.git synced 2026-05-06 19:43:40 +05:30

Rectified conflicting keybinding for hide panel

This commit is contained in:
Pratik Tripathy
2020-08-02 01:38:43 +05:30
parent ee054e9290
commit 64cf9c47ed
+5
View File
@@ -45,5 +45,10 @@
{
"key": "ctrl+alt+g",
"command": "git.checkout"
},
{
"key": "ctrl+shift+j",
"command": "editor.action.joinLines",
"when": "editorTextFocus"
}
]