Skip to content

Instantly share code, notes, and snippets.

@DasFranck
Created March 7, 2019 10:02
Show Gist options
  • Save DasFranck/ee98f456431a2d5de27ab232e66bc7e2 to your computer and use it in GitHub Desktop.
Save DasFranck/ee98f456431a2d5de27ab232e66bc7e2 to your computer and use it in GitHub Desktop.
Vscode config
{
"workbench.colorTheme": "Jellybeans",
"window.menuBarVisibility": "toggle",
"workbench.activityBar.visible": false,
"window.zoomLevel": 0,
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": [
"u"
],
"after": [],
"commands": [
{
"command": "undo"
}
]
},
{
"before": [
"<C-r>"
],
"after": [],
"commands": [
{
"command": "redo"
}
]
}
],
"editor.lineNumbers": "relative"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment