Skip to content

Instantly share code, notes, and snippets.

@cameronjonesweb
Last active January 1, 2019 12:42
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 cameronjonesweb/8fd837dcfd7451f3cad07d3e25c3e1e5 to your computer and use it in GitHub Desktop.
Save cameronjonesweb/8fd837dcfd7451f3cad07d3e25c3e1e5 to your computer and use it in GitHub Desktop.
My personal sublime text key mappings
[
{ "keys": ["ctrl+shift+o"], "command": "prompt_open_folder" },
{ "keys": ["ctrl+pagedown"], "command": "next_view_in_stack" },
{ "keys": ["ctrl+pageup"], "command": "prev_view_in_stack" },
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" },
{ "keys": ["alt+`"], "command": "toggle_terminus_panel" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment