Skip to content

Instantly share code, notes, and snippets.

@Birch-san
Created June 21, 2015 14:27
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 Birch-san/cab220c714ca4489bad7 to your computer and use it in GitHub Desktop.
Save Birch-san/cab220c714ca4489bad7 to your computer and use it in GitHub Desktop.
My Sublime keybindings
[
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+pagedown"], "command": "next_view" },
{ "keys": ["super+pagedown"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" },
{ "keys": ["ctrl+pageup"], "command": "prev_view" },
{ "keys": ["super+pageup"], "command": "prev_view" },
{ "keys": ["ctrl+1"], "command": "reveal_in_side_bar"},
{ "keys": ["ctrl+w"], "caption": "Selection: Expand to Brackets", "command": "expand_selection", "args": {"to": "brackets"}},
{ "keys": ["alt+up"], "caption": "Edit: Swap Line Up", "command": "swap_line_up" },
{ "keys": ["alt+down"], "caption": "Edit: Swap Line Down", "command": "swap_line_down" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment