{ "workbench.iconTheme": "material-icon-theme", "editor.fontFamily": "'Hack Nerd Font Mono', 'Droid Sans Mono', 'monospace', monospace", "terminal.integrated.fontFamily": "Hack Nerd Font Mono", "dart.previewFlutterUiGuides": true, "dart.previewFlutterUiGuidesCustomTracking": true, "workbench.productIconTheme": "material-product-icons", "window.menuBarVisibility": "toggle", "dart.debugExternalPackageLibraries": false, "dart.debugSdkLibraries": false, "tabnine.experimentalAutoImports": true, "markdown-preview-enhanced.previewTheme": "github-dark.css", "files.associations": { "*.css": "tailwindcss" }, "tabnine.codeLensEnabled": false, "markdownlint.config": { "MD024": false }, "editor.minimap.enabled": false, // Vim settings "extensions.experimental.affinity": { "vscodevim.vim": 1, "asvetliakov.vscode-neovim": 1 }, "vim.leader": "", "vim.hlsearch": true, "vim.easymotion": true, "vim.useSystemClipboard": true, "vim.smartRelativeLine": true, "vim.statusBarColorControl": false, "vim.ignorecase": true, "vim.normalModeKeyBindings": [ { "before": [ "J" ], "after": [ "5", "j" ] }, { "before": [ "K" ], "after": [ "5", "k" ] }, { "before": [ "/", "/" ], "commands": [ ":noh" ] }, { "before": [ "", "w" ], "commands": [ ":w" ] }, { "before": [ "", "q" ], "commands": [ ":q" ] }, { "before": [ "", "i" ], "commands": [ "editor.action.formatDocument" ] }, { "before": [ "", "s" ], "commands": [ "workbench.action.splitEditorDown" ] }, { "before": [ "", "v" ], "commands": [ "workbench.action.splitEditorRight" ] }, { "before": [ "", "j" ], "commands": [ "workbench.action.focusBelowGroup" ] }, { "before": [ "", "k" ], "commands": [ "workbench.action.focusAboveGroup" ] }, { "before": [ "", "h" ], "commands": [ "workbench.action.focusLeftGroup" ] }, { "before": [ "", "l" ], "commands": [ "workbench.action.focusRightGroup" ] }, { "before": [ "", "J" ], "commands": [ "workbench.action.moveEditorToBelowGroup" ] }, { "before": [ "", "K" ], "commands": [ "workbench.action.moveEditorToAboveGroup" ] }, { "before": [ "", "H" ], "commands": [ "workbench.action.moveEditorToLeftGroup" ] }, { "before": [ "", "L" ], "commands": [ "workbench.action.moveEditorToRightGroup" ] }, { "before": [ "", "r" ], "commands": [ "editor.action.rename" ] }, { "before": [ "", "g" ], "commands": [ "workbench.action.quickOpen" ] }, { "before": [ "", "f" ], "commands": [ "workbench.files.action.showActiveFileInExplorer" ] }, { "before": [ "", ";" ], "commands": [ "editor.action.showHover" ] }, { "before": [ "", "" ], "commands": [ "editor.action.revealDefinition" ] }, { "before": [ "" ], "after": [ ">", ">" ] }, { "before": [ "" ], "after": [ "<", "<" ] } ], "vim.insertModeKeyBindings": [ { "before": [ "j", "k" ], "after": [ "" ] } ], "vim.visualModeKeyBindings": [ { "before": [ "" ], "commands": [ "editor.action.indentLines" ] }, { "before": [ "" ], "commands": [ "editor.action.outdentLines" ] }, { "before": [ "p" ], "commands": [ "editor.action.clipboardPasteAction", "extension.vim_escape" ] } ] }