Skip to content

Instantly share code, notes, and snippets.

@alexrios
Last active July 18, 2022 17:50
Show Gist options
  • Save alexrios/912f59ce24850b6efab577479073f6bd to your computer and use it in GitHub Desktop.
Save alexrios/912f59ce24850b6efab577479073f6bd to your computer and use it in GitHub Desktop.
Turn on mouse interaction with Byobu (~/.byobu/.tmux.conf )
set -g mouse on
set -g mouse-select-pane on
set -g mouse-select-window on
set -g mouse-resize-pane on
set -g mouse-utf8 on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment