mirror of
https://github.com/cheat/cheat.git
synced 2024-12-26 14:39:44 +01:00
Disable status bar in tmux
Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com>
This commit is contained in:
parent
8a5e3c2f85
commit
4f6256187c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user