From 65404da6be4ea15403f13d9e744567364bd234aa Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Sun, 17 Mar 2024 21:17:07 -0700 Subject: [PATCH] :wrench: Further configuration of vscode to be more vim --- .config/VSCodium/User/keybindings.json | 8 ++++++++ .config/VSCodium/User/settings.json | 2 ++ 2 files changed, 10 insertions(+) diff --git a/.config/VSCodium/User/keybindings.json b/.config/VSCodium/User/keybindings.json index d260e773..ed9aadac 100644 --- a/.config/VSCodium/User/keybindings.json +++ b/.config/VSCodium/User/keybindings.json @@ -46,5 +46,13 @@ { "key": "ctrl+p", "command": "workbench.action.quickOpen" + }, + { + "key": "alt+enter", + "command": "workbench.action.terminal.toggleTerminal" + }, + { + "key": "ctrl+enter", + "command": "workbench.action.terminal.new" } ] \ No newline at end of file diff --git a/.config/VSCodium/User/settings.json b/.config/VSCodium/User/settings.json index 295ed8d8..f993ff7f 100644 --- a/.config/VSCodium/User/settings.json +++ b/.config/VSCodium/User/settings.json @@ -5,6 +5,7 @@ "editor.smoothScrolling": true, "workbench.list.smoothScrolling": true, "terminal.integrated.smoothScrolling": true, + "workbench.startupEditor": "none", "editor.fontSize": 16.75, "editor.cursorBlinking": "solid", "editor.cursorSmoothCaretAnimation": "on", @@ -17,6 +18,7 @@ "window.menuBarVisibility": "toggle", "glassit.alpha": 230, "workbench.colorTheme": "Nord Deep", + "window.restoreWindows": "none", "go.toolsManagement.autoUpdate": true, "vim.easymotion": true, "vim.incsearch": true,