Skip to content

Instantly share code, notes, and snippets.

@milanboers
Last active August 11, 2025 13:27
Show Gist options
  • Save milanboers/45b74f393ca39cd24660f2326088d691 to your computer and use it in GitHub Desktop.
Save milanboers/45b74f393ca39cd24660f2326088d691 to your computer and use it in GitHub Desktop.
.tmux.conf for those who are used to byobu
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