Created
January 11, 2016 20:06
-
-
Save aspett/4c44623103cd550fe4c0 to your computer and use it in GitHub Desktop.
Karabiner config for tmux
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> | |
<item> | |
<name>TMUX Key Remappings</name> | |
<item> | |
<name>TMUX: Right Control to Ctrl+B</name> | |
<identifier>private.right_control_to_control_b</identifier> | |
<autogen> | |
--KeyToKey-- | |
KeyCode::CONTROL_R, | |
KeyCode::B, ModifierFlag::CONTROL_L | |
</autogen> | |
</item> | |
</item> | |
</root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment