From 4f6256187c9dff066a9e018a21a1e5b92ec12428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Haris=20Gu=C5=A1i=C4=87?= Date: Tue, 2 Nov 2021 18:25:30 +0100 Subject: [PATCH] Disable status bar in tmux MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Haris Gušić --- doc/demo/cheat.tut | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/demo/cheat.tut b/doc/demo/cheat.tut index bc93410..3bb84fd 100644 --- a/doc/demo/cheat.tut +++ b/doc/demo/cheat.tut @@ -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