Skip to content

Instantly share code, notes, and snippets.

@chyngyz
Created February 15, 2015 14:16
Show Gist options
  • Save chyngyz/a3056997460f6f592e94 to your computer and use it in GitHub Desktop.
Save chyngyz/a3056997460f6f592e94 to your computer and use it in GitHub Desktop.
Sublime keymap for switching between Insert and Command Modes ("ii")
[
// vintage - mode control
// exit insert mode
{ "keys": ["i", "i"], "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