Skip to content

Instantly share code, notes, and snippets.

@zackn9ne
Created December 8, 2014 15:07
Show Gist options
  • Select an option

  • Save zackn9ne/9219e7297f1932d0f8d9 to your computer and use it in GitHub Desktop.

Select an option

Save zackn9ne/9219e7297f1932d0f8d9 to your computer and use it in GitHub Desktop.
sublime vim keymappings
[
{ "keys": ["j", "j"], "command": "exit_insert_mode",
"context":
[
{ "key": "setting.command_mode", "operand": false },
{ "key": "setting.is_widget", "operand": false }
]
},
{"keys": ["ctrl+u"], "command": "scroll_lines", "args": {"amount": 40.0}, "context": [{ "key": "setting.command_mode" }]},
{"keys": ["ctrl+d"], "command": "scroll_lines", "args": {"amount": -40.0}, "context": [{"key": "setting.command_mode"}]}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment