🔧 Further configuration of vscode to be more vim

This commit is contained in:
z3rOR0ne 2024-03-17 21:17:07 -07:00
parent 0f62beb6b2
commit 65404da6be
2 changed files with 10 additions and 0 deletions

View file

@ -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"
}
]

View file

@ -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,