Created
September 21, 2018 05:07
-
-
Save dwallraff/87a1b3fefdf302ebf6ed78d3bcde0e4c to your computer and use it in GitHub Desktop.
Sublime3 linux key mappings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "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