Created
June 10, 2015 03:28
-
-
Save ajnisbet/a405923e6a87c6af585e to your computer and use it in GitHub Desktop.
Sublime Text 3 Ubuntu key map
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": ["alt+shift+up"], "command": "select_lines", "args": {"forward": false} }, | |
{ "keys": ["alt+shift+down"], "command": "select_lines", "args": {"forward": true} } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment