Skip to content

Instantly share code, notes, and snippets.

@dwallraff
Created September 21, 2018 05:07
Show Gist options
  • Save dwallraff/87a1b3fefdf302ebf6ed78d3bcde0e4c to your computer and use it in GitHub Desktop.
Save dwallraff/87a1b3fefdf302ebf6ed78d3bcde0e4c to your computer and use it in GitHub Desktop.
Sublime3 linux key mappings
[
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" },
{ "keys": ["ctrl+shift+G"], "command": "find_all_under" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment