Created
May 21, 2013 05:33
-
-
Save poppen/5617673 to your computer and use it in GitHub Desktop.
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
| <?xml version="1.0"?> | |
| <root> | |
| <appdef> | |
| <appname>MACVIM</appname> | |
| <equal>org.vim.MacVim</equal> | |
| </appdef> | |
| <list> | |
| <item> | |
| <name>LeaveInsMode with EISUU(Terminal)</name> | |
| <identifier>private.app_terminal_esc_with_eisuu</identifier> | |
| <only>TERMINAL</only> | |
| <autogen>--KeyToKey-- KeyCode::BRACKET_LEFT, VK_CONTROL, KeyCode::JIS_EISUU, KeyCode::ESCAPE</autogen> | |
| </item> | |
| <item> | |
| <name>LeaveInsMode with EISUU(MacVim)</name> | |
| <identifier>private.app_macvim_esc_with_eisuu</identifier> | |
| <only>MACVIM</only> | |
| <autogen>--KeyToKey-- KeyCode::BRACKET_LEFT, VK_CONTROL, KeyCode::JIS_EISUU, KeyCode::ESCAPE</autogen> | |
| </item> | |
| </list> | |
| </root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment