Skip to content

Instantly share code, notes, and snippets.

@alexbw
Created May 9, 2017 13:51
Show Gist options
  • Save alexbw/61c8ccd64eb9ebf09566cc7e55d7d701 to your computer and use it in GitHub Desktop.
Save alexbw/61c8ccd64eb9ebf09566cc7e55d7d701 to your computer and use it in GitHub Desktop.
[
{"keys": ["alt+shift+up"], "command": "move_by_paragraph", "args": {"forward": false, "extend": true}},
{"keys": ["alt+shift+down"], "command": "move_by_paragraph", "args": {"forward": true, "extend": true}},
{"keys": ["alt+up"], "command": "move_by_paragraph", "args": {"forward": false, "extend": false}},
{"keys": ["alt+down"], "command": "move_by_paragraph", "args": {"forward": true, "extend": false}},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment