Created
May 5, 2025 21:42
-
-
Save herlon214/519d2a3d363bcae2a43d3fae138911d0 to your computer and use it in GitHub Desktop.
vscode settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"window.commandCenter": 1, | |
"workbench.iconTheme": "material-icon-theme", | |
"redhat.telemetry.enabled": false, | |
"editor.formatOnSave": true, | |
"editor.minimap.autohide": true, | |
"editor.tabSize": 2, | |
"window.zoomLevel": 2, | |
"workbench.colorTheme": "Dracula Theme", | |
"vim.easymotion": true, | |
"vim.smartRelativeLine": true, | |
"vim.normalModeKeyBindingsNonRecursive": [ | |
{ | |
"before": [ | |
"space" | |
], | |
"after": [ | |
"leader", | |
"leader" | |
] | |
}, | |
{ | |
"before": [ | |
"[", | |
"c" | |
], | |
"commands": [ | |
"editor.action.marker.next" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment