Last active
August 11, 2025 13:27
-
-
Save milanboers/45b74f393ca39cd24660f2326088d691 to your computer and use it in GitHub Desktop.
.tmux.conf for those who are used to byobu
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
set-option -g prefix C-a | |
bind C-a send-prefix | |
bind-key -n F2 new-window | |
bind-key -n F3 previous-window | |
bind-key -n F4 next-window | |
bind-key -n F7 copy-mode |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment