The Computer Oracle

Disable the status bar in tmux?

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Realization

--

Chapters
00:00 Disable The Status Bar In Tmux?
00:25 Accepted Answer Score 106
00:46 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 106


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 ....