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
| # Ring the bell if any background window rang a bell | |
| set -g bell-action any | |
| set -g terminal-overrides 'rxvt-unicode*:sitm@,ritm@' | |
| # Bind the basic hotkey and default shell | |
| set -gu prefix2 | |
| unbind C-a | |
| unbind C-b | |
| set -g prefix C-x | |
| bind C-a send-prefix |