Created
July 31, 2019 05:27
-
-
Save flkc/9065210ef52f103974b71a5b0dc50959 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| Filip Lekić <[email protected]> | |
| 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