Skip to content

Instantly share code, notes, and snippets.

@tnarihi
Last active August 29, 2015 14:11
Show Gist options
  • Save tnarihi/e6b0674a3af88680b2f3 to your computer and use it in GitHub Desktop.
Save tnarihi/e6b0674a3af88680b2f3 to your computer and use it in GitHub Desktop.
My personal additional settings for sublemacspro. Copy to my user key-bindings.
[
{ "keys": ["ctrl+x", "["], "command": "move_to", "args": {"to": "bof", "extend": false} },
{ "keys": ["ctrl+x", "]"], "command": "move_to", "args": {"to": "eof", "extend": false} },
{ "keys": ["ctrl+shift+2"], "command": "sbp_set_mark" },
{ "keys": ["ctrl+[", "w"], "command": "sbp_kill_ring_save" },
{ "keys": ["ctrl+[", "b"], "command": "move", "args": {"by": "subwords", "forward": false} },
{ "keys": ["ctrl+[", "f"], "command": "move", "args": {"by": "subword_ends", "forward": true} },
{ "keys": ["ctrl+[", "d"], "command": "sbp_delete_word", "args": { "forward": true } },
{ "keys": ["ctrl+[", "backspace"], "command": "sbp_delete_word", "args": { "forward": false } },
{ "keys": ["ctrl+x", "ctrl+w"], "command": "prompt_save_as" },
{ "keys": ["ctrl+x", "ctrl+q"], "command": "close_all" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment