[~] Refactor
This commit is contained in:
parent
fc18a91f63
commit
dffcb96358
@ -42,5 +42,10 @@
|
||||
{
|
||||
"key": "ctrl+e",
|
||||
"command": "-workbench.action.quickOpen"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+n",
|
||||
"command": "-extension.vim_ctrl+n",
|
||||
"when": "editorTextFocus && vim.active && vim.use<C-n> && !inDebugRepl || vim.active && vim.use<C-n> && !inDebugRepl && vim.mode == 'CommandlineInProgress' || vim.active && vim.use<C-n> && !inDebugRepl && vim.mode == 'SearchInProgressMode'"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user