Skip to content

Instantly share code, notes, and snippets.

@mrowrpurr
Last active July 30, 2021 22:32
Show Gist options
  • Save mrowrpurr/56d03ea2cee3fc54e3c988b8f4517a39 to your computer and use it in GitHub Desktop.
Save mrowrpurr/56d03ea2cee3fc54e3c988b8f4517a39 to your computer and use it in GitHub Desktop.
{
"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