Skip to content

Instantly share code, notes, and snippets.

@kevinSuttle
Created December 24, 2015 06:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevinSuttle/66f9fb11425d1179a6e6 to your computer and use it in GitHub Desktop.
Save kevinSuttle/66f9fb11425d1179a6e6 to your computer and use it in GitHub Desktop.
Tmux: map CAPS to ctrl-b prefix with Seil/Karabiner
<?xml version="1.0"?>
<root>
<!-- Thanks Brett Terpstra for the tip -->
<!-- http://brettterpstra.com/2012/12/08/a-useful-caps-lock-key/ -->
<item>
<name>Tmux Prefix</name>
<appendix>CAPS to control-b</appendix>
<identifier>private.tmux_prefix</identifier>
<autogen>
--KeyOverlaidModifier--
KeyCode::F19,
KeyCode::B,
ModifierFlag::CONTROL_L
</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment