{ "security.workspace.trust.untrustedFiles": "open", "editor.minimap.enabled": false, "git.openRepositoryInParentFolders": "always", "editor.smoothScrolling": true, "workbench.list.smoothScrolling": true, "terminal.integrated.smoothScrolling": true, "terminal.integrated.fontSize": 16, "workbench.startupEditor": "none", "editor.fontSize": 16.75, "editor.cursorBlinking": "solid", "editor.renderWhitespace": "all", "code-eol.newlineCharacter": "↵", "code-eol.returnCharacter": "↵", "code-eol.crlfCharacter": "↵", "editor.cursorSmoothCaretAnimation": "on", "editor.cursorSurroundingLines": 21, "editor.cursorStyle": "block", "editor.lineNumbers": "relative", "editor.fontFamily": "monospace", "editor.fontWeight": "bold", "workbench.sideBar.location": "right", "glassit.alpha": 230, "workbench.colorTheme": "Nord Deep", "window.restoreWindows": "none", "go.toolsManagement.autoUpdate": true, "vim.easymotion": true, "vim.incsearch": true, "vim.useSystemClipboard": true, "vim.useCtrlKeys": true, "vim.hlsearch": true, "vim.insertModeKeyBindings": [], "vim.normalModeKeyBindingsNonRecursive": [ { "before": ["", "'"], "commands": ["workbench.action.toggleSidebarVisibility", "workbench.files.action.focusFilesExplorer"], }, { "before": ["n", "v"], "commands": [ "workbench.action.splitEditor", "workbench.action.nextEditorInGroup" ] }, { "before": [""], "commands": ["editor.action.insertCursorAbove"] }, { "before": [""], "commands": ["editor.action.insertCursorBelow"] } ], "vim.leader": "", "vim.handleKeys": { "": false, "": false }, "extensions.experimental.affinity": { "vscodevim.vim": 1 }, "window.menuBarVisibility": "toggle", }