Skip to content

Instantly share code, notes, and snippets.

@ryukzak
Created January 5, 2012 22:37
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 ryukzak/1567720 to your computer and use it in GitHub Desktop.
Save ryukzak/1567720 to your computer and use it in GitHub Desktop.
{ "keys": ["alt+j"], "command": "do_after_mark", "args": {"command": "copy"}, "context": [{ "key": "setting.with_marker" }] },
{ "keys": ["alt+h"], "command": "move", "args": {"by": "characters", "forward": false, "extend": true}, "context": [{ "key": "setting.with_marker" }] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment