Created
December 24, 2015 06:27
-
-
Save kevinSuttle/66f9fb11425d1179a6e6 to your computer and use it in GitHub Desktop.
Tmux: map CAPS to ctrl-b prefix with Seil/Karabiner
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> | |
<!-- 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