Skip to content

Instantly share code, notes, and snippets.

@cerebrate
Created September 28, 2023 22:31
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 cerebrate/ee5dc6e3e2e1086da7d6e5822a67933a to your computer and use it in GitHub Desktop.
Save cerebrate/ee5dc6e3e2e1086da7d6e5822a67933a to your computer and use it in GitHub Desktop.
# -- mouse support ---------------------------------------------------------
# Enable mouse control (clickable windows, panes, resizable panes)
set -g mouse on
bind m set mouse
# -- status line -----------------------------------------------------------
set -g status-interval 10
set-option -g status-fg brightyellow
set-option -g status-bg blue
set -g status-left '#{prefix_highlight}[#S] #{?mouse,TMUX,TERM} > '
set -g status-left-length 32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment