pyar6329
9/20/2016 - 8:44 AM

vimでinsertから普通のモードに移行するとき、自動的にIMEをoffにする(karabiner)

vimでinsertから普通のモードに移行するとき、自動的にIMEをoffにする(karabiner)

<?xml version="1.0"?>
<root>
    <appdef>
        <appname>iTERM2</appname>
        <equal>com.googlecode.iterm2</equal>
    </appdef>
    <appdef>
        <appname>ATOM</appname>
        <equal>com.github.atom</equal>
    </appdef>
    <item>
        <name>Leave Insert Mode with EISUU (vim config)</name>
        <identifier>private.vim_keybind_apps_esc_with_eisuu</identifier>
        <only>iTERM2,TERMINAL,ATOM</only>
        <autogen>__KeyToKey__ KeyCode::ESCAPE, KeyCode::ESCAPE, KeyCode::JIS_EISUU</autogen>
        <autogen>__KeyToKey__ KeyCode::G, VK_CONTROL, KeyCode::G, VK_CONTROL, KeyCode::JIS_EISUU</autogen>
    </item>
</root>