Skip to content

Instantly share code, notes, and snippets.

@raypereda
Created August 29, 2013 23:55
Show Gist options
  • Save raypereda/6384813 to your computer and use it in GitHub Desktop.
Save raypereda/6384813 to your computer and use it in GitHub Desktop.
[
// bind 'jj' to exit insert mode
{ "keys": ["j", "j"], "command": "exit_insert_mode",
"context":
[
{ "key": "setting.command_mode", "operand": false },
{ "key": "setting.is_widget", "operand": false }
]
},
{ "keys": ["ctrl+super+up"], "command": "swap_line_up" },
{ "keys": ["ctrl+super+down"], "command": "swap_line_down" },
{ "keys": ["super+ctrl+a"], "command": "alignment" },
{ "keys": ["super+ctrl+r"], "command": "reindent" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment