Skip to content

Instantly share code, notes, and snippets.

@DennisTT
Last active January 2, 2016 15:59
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 DennisTT/8327167 to your computer and use it in GitHub Desktop.
Save DennisTT/8327167 to your computer and use it in GitHub Desktop.
Sublime Text 3 Keymap that maps some of the keys I am used to from Xcode
[
{ "keys": ["control+super+left"], "command": "jump_back" },
{ "keys": ["control+super+right"], "command": "jump_forward" },
{ "keys": ["shift+super+o"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
{ "keys": ["control+shift+l"], "command": "expand_selection", "args": {"to": "line"} },
{ "keys": ["super+l"], "command": "show_overlay", "args": {"overlay": "goto", "text": ":"} },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment