junegunn / goyo.vim

:tulip: Distraction-free writing in Vim
MIT License
4.49k stars 115 forks source link

Hide tmux bar #138

Closed cloudlena closed 7 years ago

cloudlena commented 7 years ago

Thanks so much for all your awesome plugins, @junegunn! Is there a way to automatically hide the tmux bar when in Goyo mode? Or would that even be something to be added to Goyo (so the bar would be hidden just like the airline bar)?

junegunn commented 7 years ago

You can find how to do it (silent !tmux set status off) in the example shown in https://github.com/junegunn/goyo.vim#callbacks

cloudlena commented 7 years ago

Thanks, @junegunn! And sorry for not reading that properly before posting a question.