Skip to content

Instantly share code, notes, and snippets.

@flkc
Created July 31, 2019 05:27
Show Gist options
  • Save flkc/9065210ef52f103974b71a5b0dc50959 to your computer and use it in GitHub Desktop.
Save flkc/9065210ef52f103974b71a5b0dc50959 to your computer and use it in GitHub Desktop.
Filip Lekić <lambdaconda@gmail.com>
6:33 AM (52 minutes ago)
to me
{
"editor.rulers": [120],
"editor.minimap.enabled": false,
"editor.fontSize": 12,
"workbench.editor.showTabs": false,
"vim.normalModeKeyBindings": [
{
"before": ["g", "h"],
"commands": [
"cursorHome",
]
},
{
"before": ["g", "j"],
"commands": [
"cursorBottom",
]
},
{
"before": ["g", "k"],
"commands": [
"cursorTop",
]
},
{
"before": ["g", "l"],
"commands": [
"cursorEnd",
]
},
],
"vim.useSystemClipboard" : true,
"workbench.activityBar.visible": false,
"window.menuBarVisibility": "toggle",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment