{ "security.workspace.trust.untrustedFiles": "open", "editor.minimap.enabled": false, "git.openRepositoryInParentFolders": "always", "editor.smoothScrolling": true, "workbench.list.smoothScrolling": true, "terminal.integrated.smoothScrolling": true, "editor.fontSize": 16.75, "editor.cursorBlinking": "solid", "editor.cursorStyle": "block", "editor.lineNumbers": "relative", "editor.fontFamily": "monospace", "editor.fontWeight": "bold", "workbench.sideBar.location": "right", "window.menuBarVisibility": "toggle", "glassit.alpha": 230, "workbench.colorTheme": "Nord Deep", "go.toolsManagement.autoUpdate": true, "vim.easymotion": true, "vim.incsearch": true, "vim.useSystemClipboard": true, "vim.useCtrlKeys": true, "vim.hlsearch": true, "vim.insertModeKeyBindings": [ { "before": ["j", "j"], "after": [""] } ], "vim.normalModeKeyBindingsNonRecursive": [ { "before": ["", "'"], "commands": ["workbench.action.toggleSidebarVisibility", "workbench.files.action.focusFilesExplorer"], }, ], "vim.leader": "", "vim.handleKeys": { "": false, "": false }, "// To improve performance", "extensions.experimental.affinity": { "vscodevim.vim": 1 } }