diff --git a/dotfiles/.config/Code - OSS/User/keybindings.json/keybindings.json b/dotfiles/.config/Code - OSS/User/keybindings.json/keybindings.json index 12c252c..4405530 100644 --- a/dotfiles/.config/Code - OSS/User/keybindings.json/keybindings.json +++ b/dotfiles/.config/Code - OSS/User/keybindings.json/keybindings.json @@ -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 && !inDebugRepl || vim.active && vim.use && !inDebugRepl && vim.mode == 'CommandlineInProgress' || vim.active && vim.use && !inDebugRepl && vim.mode == 'SearchInProgressMode'" } ] \ No newline at end of file