Skip to content

Instantly share code, notes, and snippets.

@ajnisbet
Created June 10, 2015 03:28
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 ajnisbet/a405923e6a87c6af585e to your computer and use it in GitHub Desktop.
Save ajnisbet/a405923e6a87c6af585e to your computer and use it in GitHub Desktop.
Sublime Text 3 Ubuntu key map
[
{ "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