The Computer Oracle

Disable the status bar in tmux?

Become or hire the top 3% of the developers on Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Techno Bleepage Open

--

Chapters
00:00 Question
00:35 Accepted answer (Score 98)
00:58 Thank you

--

Full question
https://superuser.com/questions/265320/d...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#tmux

#avk47



ACCEPTED ANSWER

Score 110


set -g status off

You can enter it with Prefix (Ctrl+b by default) :set ..., or from shell with tmux set ..., or bind a key with bind-key x set ....