Skip to content

Instantly share code, notes, and snippets.

@sakuemon
Created April 12, 2013 10:26
Show Gist options
  • Save sakuemon/5371095 to your computer and use it in GitHub Desktop.
Save sakuemon/5371095 to your computer and use it in GitHub Desktop.
Macのsublime text2のvintageモードでinsertモードから抜けた時にimeをoffする ref: http://qiita.com/items/55b1267f18e1a9e4e26e
<?xml version="1.0"?>
<root>
<item>
<name>control+[ with ime-off</name>
<identifier>private.ctrl-L2ctrl-L+IME-OFF</identifier>
<appendix></appendix>
<autogen>__KeyToKey__ KeyCode::BRACKET_LEFT, ModifierFlag::CONTROL_L, KeyCode::BRACKET_LEFT, ModifierFlag::CONTROL_L, KeyCode::JIS_EISUU</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment