Add more keybindings for vim
This commit is contained in:
@@ -29,9 +29,9 @@
|
||||
"command": "workbench.action.nextEditor",
|
||||
},
|
||||
//{
|
||||
// "key": "ctrl+n",
|
||||
// "command": "workbench.view.explorer",
|
||||
// "when":
|
||||
// "key": "ctrl+n",
|
||||
// "command": "workbench.view.explorer",
|
||||
// "when":
|
||||
//},
|
||||
{
|
||||
"key": "space e",
|
||||
@@ -68,9 +68,27 @@
|
||||
"command": "filesExplorer.paste",
|
||||
"when": "explorerViewletVisible && filesExplorerFocus && !explorerResourceReadonly && !inputFocus"
|
||||
},
|
||||
{
|
||||
"key": "enter",
|
||||
"command": "runCommands",
|
||||
"when": "filesExplorerFocus && foldersViewVisible && !explorerResourceIsFolder && !inputFocus",
|
||||
"args": {
|
||||
"commands": [
|
||||
"explorer.openAndPassFocus",
|
||||
"workbench.action.focusActiveEditorGroup",
|
||||
"workbench.action.toggleSidebarVisibility"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "ctrl+t",
|
||||
"command": "workbench.action.focusActiveEditorGroup",
|
||||
"command": "runCommands",
|
||||
"args": {
|
||||
"commands": [
|
||||
"workbench.action.focusActiveEditorGroup",
|
||||
"workbench.action.terminal.toggleTerminal"
|
||||
]
|
||||
},
|
||||
"when": "terminalFocus"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -144,4 +144,7 @@
|
||||
"*.sdb": "${capture}.${extname}-*",
|
||||
"*.s3db": "${capture}.${extname}-*"
|
||||
},
|
||||
"[jsonc]": {
|
||||
"editor.defaultFormatter": "vscode.json-language-features"
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user