Skip to content

Instantly share code, notes, and snippets.

@herlon214
Created May 5, 2025 21:42
Show Gist options
  • Save herlon214/519d2a3d363bcae2a43d3fae138911d0 to your computer and use it in GitHub Desktop.
Save herlon214/519d2a3d363bcae2a43d3fae138911d0 to your computer and use it in GitHub Desktop.
vscode settings
{
"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