Skip to content

Instantly share code, notes, and snippets.

{
"workbench.startupEditor": "none",
"update.mode": "manual",
"workbench.statusBar.visible": true,
"workbench.editor.showTabs": "none",
"workbench.tips.enabled": false,
"window.commandCenter": false,
"editor.formatOnSave": true,
"editor.foldingHighlight": false,
"editor.smoothScrolling": true,
@fgrotto
fgrotto / keybindings.json
Created April 26, 2025 11:55
Vscode settings
[
// Navigation
{
"key": "ctrl-h",
"command": "workbench.action.navigateLeft"
},
{
"key": "ctrl-l",
"command": "workbench.action.navigateRight"
},