Skip to content

Instantly share code, notes, and snippets.

@mattdennewitz
Last active December 19, 2016 17:26
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 mattdennewitz/f851b23c0cd500ce2a74042b99d9e014 to your computer and use it in GitHub Desktop.
Save mattdennewitz/f851b23c0cd500ce2a74042b99d9e014 to your computer and use it in GitHub Desktop.
Ctrl+up/down for Emacs-like paragraph jumping in SublimeText 3
[
{"keys": ["ctrl+up"], "command": "move", "args": {"by": "stops", "empty_line": true, "forward": false}},
{"keys": ["ctrl+down"], "command": "move", "args": {"by": "stops", "empty_line": true, "forward": true}},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment