Disable status bar in tmux

Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com>
This commit is contained in:
Haris Gušić 2021-11-02 18:25:30 +01:00
parent 8a5e3c2f85
commit 4f6256187c
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ run() {
e cheat -e custom_vim #
if mode demo; then
# NOTE: A bit of a hack needed to display the editor
timeout 2 tmux new-session "vim -R .cheat/custom_vim" >/dev/null
timeout 2 tmux new-session "tmux set status off; vim -R .cheat/custom_vim" >/dev/null
else
cheat -e custom_vim
fi