Last active
July 30, 2021 22:32
-
-
Save mrowrpurr/56d03ea2cee3fc54e3c988b8f4517a39 to your computer and use it in GitHub Desktop.
This file contains 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": "Default Light+", | |
"papyrus.skyrimSpecialEdition.modDirectoryPath": "C:\\Skyrim\\Mods", | |
"workspaceExplorer.workspaceStorageDirectory": "C:\\Skyrim\\Mods", | |
"vim.handleKeys": { | |
"<C-k>": false, | |
"<C-w>": false | |
}, | |
"vim.normalModeKeyBindingsNonRecursive": [ | |
{ | |
"before": [ | |
"u" | |
], | |
"after": [], | |
"commands": [ | |
{ | |
"command": "undo" | |
} | |
] | |
}, | |
{ | |
"before": [ | |
"<C-r>" | |
], | |
"after": [], | |
"commands": [ | |
{ | |
"command": "redo" | |
} | |
] | |
} | |
], | |
"window.zoomLevel": 1, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment