Last Updated: February 25, 2016
·
2.031K
· LuRsT

Change active window name format on tmux

To remove the default asterisk from the current window in tmux use this:

set-window-option -g window-status-current-format '[#W]'

It will change from:

Current_Window*

To:

[Current_Window]