🔧 More configuring vscode
This commit is contained in:
parent
65404da6be
commit
fc36d9953b
2 changed files with 31 additions and 17 deletions
|
|
@ -54,5 +54,10 @@
|
||||||
{
|
{
|
||||||
"key": "ctrl+enter",
|
"key": "ctrl+enter",
|
||||||
"command": "workbench.action.terminal.new"
|
"command": "workbench.action.terminal.new"
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"key": "ctrl+down",
|
||||||
|
"command": "workbench.action.terminal.focusNext",
|
||||||
|
"when": "!terminalFocus"
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
@ -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,
|
||||||
|
"terminal.integrated.fontSize": 16,
|
||||||
"workbench.startupEditor": "none",
|
"workbench.startupEditor": "none",
|
||||||
"editor.fontSize": 16.75,
|
"editor.fontSize": 16.75,
|
||||||
"editor.cursorBlinking": "solid",
|
"editor.cursorBlinking": "solid",
|
||||||
|
|
@ -15,7 +16,6 @@
|
||||||
"editor.fontFamily": "monospace",
|
"editor.fontFamily": "monospace",
|
||||||
"editor.fontWeight": "bold",
|
"editor.fontWeight": "bold",
|
||||||
"workbench.sideBar.location": "right",
|
"workbench.sideBar.location": "right",
|
||||||
"window.menuBarVisibility": "toggle",
|
|
||||||
"glassit.alpha": 230,
|
"glassit.alpha": 230,
|
||||||
"workbench.colorTheme": "Nord Deep",
|
"workbench.colorTheme": "Nord Deep",
|
||||||
"window.restoreWindows": "none",
|
"window.restoreWindows": "none",
|
||||||
|
|
@ -38,6 +38,14 @@
|
||||||
"workbench.action.nextEditorInGroup"
|
"workbench.action.nextEditorInGroup"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"before": ["<Ctrl+k>"],
|
||||||
|
"commands": ["editor.action.insertCursorAbove"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"before": ["<Ctrl+j>"],
|
||||||
|
"commands": ["editor.action.insertCursorBelow"]
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"vim.leader": "<space>",
|
"vim.leader": "<space>",
|
||||||
"vim.handleKeys": {
|
"vim.handleKeys": {
|
||||||
|
|
@ -47,4 +55,5 @@
|
||||||
"extensions.experimental.affinity": {
|
"extensions.experimental.affinity": {
|
||||||
"vscodevim.vim": 1
|
"vscodevim.vim": 1
|
||||||
},
|
},
|
||||||
|
"window.menuBarVisibility": "toggle",
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue