Skip to content

Instantly share code, notes, and snippets.

@suvene
Created May 5, 2012 09:01
Show Gist options
  • Save suvene/2601101 to your computer and use it in GitHub Desktop.
Save suvene/2601101 to your computer and use it in GitHub Desktop.
KeyRemap4MacBook for gvim
<?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