Skip to content

Instantly share code, notes, and snippets.

@roloenusa
Last active January 3, 2019 18:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roloenusa/2968087dc70605940d364bdf49e11270 to your computer and use it in GitHub Desktop.
Save roloenusa/2968087dc70605940d364bdf49e11270 to your computer and use it in GitHub Desktop.
Sublime Text Keybinds
[
{ "keys": ["super+l"], "command": "show_overlay", "args": {"overlay": "goto", "text": ":"} },
{ "keys": ["super+0"], "command": "reset_font_size" },
{ "keys": ["super+k","super+w"], "command": "destroy_pane", "args": {"direction": "self"}},
{ "keys": ["alt+shift+up"], "command": "select_lines", "args": {"forward": false} },
{ "keys": ["alt+shift+down"], "command": "select_lines", "args": {"forward": true} },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment