Skip to content

Instantly share code, notes, and snippets.

@Joaquin6
Last active September 23, 2021 17:37
Show Gist options
  • Save Joaquin6/8ecf14337570782f94407e2a85b9dbef to your computer and use it in GitHub Desktop.
Save Joaquin6/8ecf14337570782f94407e2a85b9dbef to your computer and use it in GitHub Desktop.
Key bindings for sublime text
[
{ "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