add more mouse keys

This commit is contained in:
Crispy 2023-01-14 15:20:02 +01:00
parent 21e7fd6b1b
commit cf9feffe8d
4 changed files with 50 additions and 16 deletions

View file

@ -46,7 +46,11 @@
"editor.glyphMargin": false,
"editor.formatOnSave": true,
"omnisharp.useModernNet": false,
"workbench.colorTheme": "Visual Studio Dark",
"editor.wordWrap": "on",
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"editor.inlayHints.enabled": "off",
"window.zoomLevel": 1,
"editor.wordWrap": "on"
"workbench.colorTheme": "One Candy"
}