Created
February 15, 2015 14:16
-
-
Save chyngyz/a3056997460f6f592e94 to your computer and use it in GitHub Desktop.
Sublime keymap for switching between Insert and Command Modes ("ii")
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
[ | |
// 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