Skip to content

Instantly share code, notes, and snippets.

@aspett
Created January 11, 2016 20:06
Show Gist options
  • Save aspett/4c44623103cd550fe4c0 to your computer and use it in GitHub Desktop.
Save aspett/4c44623103cd550fe4c0 to your computer and use it in GitHub Desktop.
Karabiner config for tmux
<?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