Skip to content

Instantly share code, notes, and snippets.

@hogelog
Last active July 24, 2018 01:39
Show Gist options
  • Save hogelog/ab36d069328cddfb068dcb729f0a12bc to your computer and use it in GitHub Desktop.
Save hogelog/ab36d069328cddfb068dcb729f0a12bc to your computer and use it in GitHub Desktop.
Visual Studio Code
{
"vim.normalModeKeyBindingsNonRecursive": [
{
"before":["w"],
"commands": ["extension.cursorNextWordEndJa"]
},
{
"before":["b"],
"commands": ["extension.cursorPrevWordStartJa"]
}
],
"workbench.activityBar.visible": false,
"workbench.statusBar.visible": true,
"workbench.sideBar.location": "left",
"editor.minimap.enabled": false,
"files.autoSave": "afterDelay",
"editor.renderWhitespace": "all",
"files.insertFinalNewline": true,
"workbench.editor.enablePreviewFromQuickOpen": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment