Created
May 5, 2012 09:01
-
-
Save suvene/2601101 to your computer and use it in GitHub Desktop.
KeyRemap4MacBook for gvim
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>GVim</appname> | |
<equal>org.vim.MacVim</equal> | |
</appdef> | |
<item> | |
<name>My GVim Hack</name> | |
<appendix>Change ESC to ESC + KANA</appendix> | |
<identifier>private.app_gvim_esc</identifier> | |
<only>GVim</only> | |
<autogen>--KeyToKey-- KeyCode::ESCAPE, KeyCode::ESCAPE, KeyCode::JIS_EISUU</autogen> | |
</item> | |
</root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment