Created
July 12, 2019 14:14
-
-
Save prkstaff/b08b6e95011a19f49a8da8e1400a4475 to your computer and use it in GitHub Desktop.
tmux, bind key H
This file contains 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-option -g prefix C-h | |
bind-key C-h send-prefix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment