mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-05 00:41:44 +05:30
- Updated repo to support both mac and kde neon - bootstrap.sh updated to auto-detect OS and read from the required directory - Added VIM & NeoVIM dot files
67 lines
1.5 KiB
JSON
67 lines
1.5 KiB
JSON
// Place your key bindings in this file to override the defaults
|
|
[
|
|
{
|
|
"key": "ctrl+alt+b",
|
|
"command": "bookmarks.toggle",
|
|
"when": "editorTextFocus"
|
|
},
|
|
{
|
|
"key": "ctrl+shift+t",
|
|
"command": "workbench.action.terminal.new"
|
|
},
|
|
{
|
|
"key": "ctrl+shift+alt+right",
|
|
"command": "editor.emmet.action.nextEditPoint"
|
|
},
|
|
{
|
|
"key": "ctrl+shift+alt+t",
|
|
"command": "editor.emmet.action.matchTag"
|
|
},
|
|
{
|
|
"key": "ctrl+shift+alt+p",
|
|
"command": "editor.emmet.action.wrapWithAbbreviation"
|
|
},
|
|
{
|
|
"key": "alt+q",
|
|
"command": "workbench.action.terminal.focus"
|
|
},
|
|
{
|
|
"key": "alt+q",
|
|
"command": "workbench.action.focusActiveEditorGroup",
|
|
"when": "terminalFocus"
|
|
},
|
|
{
|
|
"key": "alt+e",
|
|
"command": "workbench.action.focusActiveEditorGroup"
|
|
},
|
|
{
|
|
"key": "ctrl+alt+e",
|
|
"command": "python.execInTerminal"
|
|
},
|
|
{
|
|
"key": "ctrl+alt+n",
|
|
"command": "explorer.newFile"
|
|
},
|
|
{
|
|
"key": "ctrl+alt+g",
|
|
"command": "git.checkout"
|
|
},
|
|
{
|
|
"key": "ctrl+shift+j",
|
|
"command": "editor.action.joinLines"
|
|
},
|
|
{
|
|
"key": "ctrl+shift+j",
|
|
"command": "workbench.action.togglePanel"
|
|
},
|
|
{
|
|
"key": "shift+f1",
|
|
"command": "workbench.action.terminal.toggleTerminal",
|
|
"when": "terminal.active"
|
|
},
|
|
{
|
|
"key": "shift+escape",
|
|
"command": "workbench.action.toggleSidebarVisibility"
|
|
}
|
|
]
|