Skip to content

Instantly share code, notes, and snippets.

@osa1
Forked from fatih/Default (OSX).sublime-keymap
Created February 19, 2013 12:49
Show Gist options
  • Save osa1/4985604 to your computer and use it in GitHub Desktop.
Save osa1/4985604 to your computer and use it in GitHub Desktop.
[
{ "keys": ["ctrl+shift+r"], "command": "expand_selection_to_paragraph" },
{ "keys": ["ctrl+u"], "command": "scroll_lines", "args": {"amount": 30.0}, "context": [{ "key": "setting.command_mode" }]},
{ "keys": ["ctrl+d"], "command": "scroll_lines", "args": {"amount": -30.0}, "context": [{"key": "setting.command_mode"}]},
{ "keys": ["j", "k"], "command": "exit_insert_mode",
"context":
[
{ "key": "setting.command_mode", "operand": false },
{ "key": "setting.is_widget", "operand": false }
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment