Skip to content

Instantly share code, notes, and snippets.

@biocyberman
Created November 24, 2022 09:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save biocyberman/decf945833f90010707d4fc980135024 to your computer and use it in GitHub Desktop.
Save biocyberman/decf945833f90010707d4fc980135024 to your computer and use it in GitHub Desktop.
useful byobu tmux configuration tweaks
# Content of ~/.byobu/.tmux.conf
# Set zsh as default shell for AD users who can't change default shell easily
set -g default-shell /usr/bin/zsh
set -g default-command /usr/bin/zsh
# Extend display time for panes number. This allows using `F12 q <pane_number>` to jump to the pane/split quickly.
set -g display-panes-time 2500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment