Skip to content

Instantly share code, notes, and snippets.

@espdev
Created March 23, 2016 14:38
Show Gist options
  • Save espdev/5722ceb28b5a835a3cdc to your computer and use it in GitHub Desktop.
Save espdev/5722ceb28b5a835a3cdc to your computer and use it in GitHub Desktop.
SublimeText 3 user keymap
[
{ "keys": ["ctrl+shift+/"], "command": "toggle_setting", "args": {"setting": "word_wrap"} },
{ "keys": ["ctrl+alt+left"], "command": "jump_back" },
{ "keys": ["ctrl+alt+right"], "command": "jump_forward" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment