Skip to content

Instantly share code, notes, and snippets.

@ajnisbet
ajnisbet / gist:a405923e6a87c6af585e
Created June 10, 2015 03:28
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} }
]