Skip to content

Commit

Permalink
Add karabiner private xml
Browse files Browse the repository at this point in the history
  • Loading branch information
moznion committed Dec 21, 2016
1 parent 60a1944 commit b8ef32e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions karabiner/private.xml
@@ -0,0 +1,20 @@
<?xml version="1.0"?>
<root>
<appdef>
<appname>iTERM2</appname>
<equal>com.googlecode.iterm2</equal>
</appdef>
<appdef>
<appname>MACVIM</appname>
<equal>org.vim.MacVim</equal>
</appdef>
<list>
<item>
<name>Leave Insert Mode with EISUU (vim keybind apps)</name>
<identifier>private.vim_keybind_apps_esc_with_eisuu</identifier>
<only>iTERM2,TERMINAL,MACVIM</only>
<autogen>--KeyToKey-- KeyCode::ESCAPE, KeyCode::ESCAPE, KeyCode::JIS_EISUU</autogen>
<autogen>--KeyToKey-- KeyCode::BRACKET_LEFT, VK_CONTROL, KeyCode::BRACKET_LEFT, VK_CONTROL, KeyCode::JIS_EISUU</autogen>
</item>
</list>
</root>

0 comments on commit b8ef32e

Please sign in to comment.