Created
March 7, 2019 10:02
-
-
Save DasFranck/ee98f456431a2d5de27ab232e66bc7e2 to your computer and use it in GitHub Desktop.
Vscode config
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
{ | |
"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