notes/.config/VSCodium/User/settings.json
2024-03-17 20:03:52 -07:00

45 lines
No EOL
1.3 KiB
JSON

{
"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": ["<Esc>"]
}
],
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["<leader>", "'"],
"commands": ["workbench.action.toggleSidebarVisibility", "workbench.files.action.focusFilesExplorer"],
},
],
"vim.leader": "<space>",
"vim.handleKeys": {
"<C-a>": false,
"<C-f>": false
},
"// To improve performance",
"extensions.experimental.affinity": {
"vscodevim.vim": 1
}
}