🔧 Further configuration of vscode to be more vim
This commit is contained in:
parent
0f62beb6b2
commit
65404da6be
2 changed files with 10 additions and 0 deletions
|
|
@ -46,5 +46,13 @@
|
||||||
{
|
{
|
||||||
"key": "ctrl+p",
|
"key": "ctrl+p",
|
||||||
"command": "workbench.action.quickOpen"
|
"command": "workbench.action.quickOpen"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "alt+enter",
|
||||||
|
"command": "workbench.action.terminal.toggleTerminal"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "ctrl+enter",
|
||||||
|
"command": "workbench.action.terminal.new"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
"editor.smoothScrolling": true,
|
"editor.smoothScrolling": true,
|
||||||
"workbench.list.smoothScrolling": true,
|
"workbench.list.smoothScrolling": true,
|
||||||
"terminal.integrated.smoothScrolling": true,
|
"terminal.integrated.smoothScrolling": true,
|
||||||
|
"workbench.startupEditor": "none",
|
||||||
"editor.fontSize": 16.75,
|
"editor.fontSize": 16.75,
|
||||||
"editor.cursorBlinking": "solid",
|
"editor.cursorBlinking": "solid",
|
||||||
"editor.cursorSmoothCaretAnimation": "on",
|
"editor.cursorSmoothCaretAnimation": "on",
|
||||||
|
|
@ -17,6 +18,7 @@
|
||||||
"window.menuBarVisibility": "toggle",
|
"window.menuBarVisibility": "toggle",
|
||||||
"glassit.alpha": 230,
|
"glassit.alpha": 230,
|
||||||
"workbench.colorTheme": "Nord Deep",
|
"workbench.colorTheme": "Nord Deep",
|
||||||
|
"window.restoreWindows": "none",
|
||||||
"go.toolsManagement.autoUpdate": true,
|
"go.toolsManagement.autoUpdate": true,
|
||||||
"vim.easymotion": true,
|
"vim.easymotion": true,
|
||||||
"vim.incsearch": true,
|
"vim.incsearch": true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue