Created
May 9, 2018 05:03
-
-
Save verfriemelt-dot-org/4c70bd07878565344230e4ad36bd8db9 to your computer and use it in GitHub Desktop.
sublime keybindings
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
[ | |
{ "keys": ["ctrl+shift+t"], "command": "toggle_comment", "args": { "block": false } }, | |
{ "keys": ["alt+shift+up"], "command": "swap_line_up" }, | |
{ "keys": ["alt+shift+down"], "command": "swap_line_down" }, | |
{ "keys": ["ctrl+shift+down"], "command": "duplicate_line" }, | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment