Created
July 16, 2017 19:34
-
-
Save mrrusof/00068538d5b65abc9dc43f42db6d07e6 to your computer and use it in GitHub Desktop.
Make C-q the prefix sequence in `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
| unbind C-b | |
| set -g prefix C-q | |
| bind C-q send-prefix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment