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"
|
||||
},
|
||||
{
|
||||
@@ -88,4 +106,4 @@
|
||||
"command": "selectPrevCodeAction",
|
||||
"when": "codeActionMenuVisible"
|
||||
}
|
||||
]
|
||||
]
|
||||
Reference in New Issue
Block a user