Last active
November 25, 2018 20:27
-
-
Save admwx7/ea3f51d12cc1187f18a7a4d4afc6a938 to your computer and use it in GitHub Desktop.
Keybindings file to use in Visual Studio Code along with the atom keymap extension
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
| [ | |
| { "key": "ctrl+shift+s", "command": "workbench.action.files.saveAll" }, | |
| { "key": "ctrl+d", "command": "editor.action.copyLinesDownAction" }, | |
| { "key": "ctrl+shift+d", "command": "editor.action.deleteLines" }, | |
| { "key": "alt+right", "command": "cursorEnd" }, | |
| { "key": "alt+left", "command": "cursorHome" }, | |
| { "key": "alt+shift+right", "command": "cursorEndSelect" }, | |
| { "key": "alt+shift+left", "command": "cursorHomeSelect" } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment