Last active
September 23, 2021 17:37
-
-
Save Joaquin6/8ecf14337570782f94407e2a85b9dbef to your computer and use it in GitHub Desktop.
Key bindings for sublime text
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": ["alt+shift+up"], "command": "swap_line_up" }, | |
{ "keys": ["alt+shift+down"], "command": "swap_line_down" }, | |
{ "keys": ["alt+super+up"], "command": "select_lines", "args": {"forward": false} }, | |
{ "keys": ["alt+super+down"], "command": "select_lines", "args": {"forward": true} }, | |
{ "keys": ["super+shift+h"], "command": "format_eslint" }, | |
{ "keys": ["alt+m"], "command": "markdown_preview_select", "args": {"target": "browser"} } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment