tmux Status Bar View article history Edit article

Published: , Updated:
Talks about: , and

To see the currently active tmux status bar configuration, call:

$ tmux show-options -g | grep status

Change on of those values with in the current tmux session:

$ tmux set-option status-right ""

Persist the change in your tmux.conf like this:

# disable right side of status bar
set-option -g status-right ""