Skip to content

Instantly share code, notes, and snippets.

@tasugim
Created March 27, 2015 11:59
Show Gist options
  • Select an option

  • Save tasugim/174a7b513a4a51059dbe to your computer and use it in GitHub Desktop.

Select an option

Save tasugim/174a7b513a4a51059dbe to your computer and use it in GitHub Desktop.
Karabinerのカスタムセッティング。ターミナル上のVimでインサートモードを抜けるときにIMEをoffにする。
<?xml version="1.0"?>
<root>
<list>
<item>
<name>LeaveInsMode with EISUU(Terminal)</name>
<identifier>private.app_terminal_esc_with_eisuu</identifier>
<only>TERMINAL</only>
<autogen>--KeyToKey-- KeyCode::ESCAPE, KeyCode::ESCAPE, KeyCode::JIS_EISUU</autogen>
<autogen>--KeyToKey-- KeyCode::C, VK_CONTROL, KeyCode::C, VK_CONTROL, KeyCode::JIS_EISUU</autogen>
<autogen>--KeyToKey-- KeyCode::BRACKET_LEFT, VK_CONTROL, KeyCode::ESCAPE, KeyCode::JIS_EISUU</autogen>
</item>
</list>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment