Skip to content

Instantly share code, notes, and snippets.

@lhartikk
Created March 4, 2015 08:40
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 lhartikk/235a32912c5bd701ca3a to your computer and use it in GitHub Desktop.
Save lhartikk/235a32912c5bd701ca3a to your computer and use it in GitHub Desktop.
Sublime Keybindings
[
{ "keys": ["alt+right"], "command": "next_view" },
{ "keys": ["alt+left"], "command": "prev_view" } ,
{ "keys": ["ctrl+shift+r"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true}}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment