From 996339190d4f6c82cac93ee72dce710f3b9efcd6 Mon Sep 17 00:00:00 2001 From: inkch Date: Sun, 14 Jan 2024 20:31:11 +0900 Subject: [PATCH] tmux: add a line for breath --- dot_config/tmux/tmux.conf.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_config/tmux/tmux.conf.tmpl b/dot_config/tmux/tmux.conf.tmpl index 3b675ec..bb588a8 100644 --- a/dot_config/tmux/tmux.conf.tmpl +++ b/dot_config/tmux/tmux.conf.tmpl @@ -91,6 +91,7 @@ set -g pane-active-border-style fg=red # message/command bar set -g message-command-style 'fg=#cccccc bg=#333333 bold' set -g message-style 'fg=#cccccc bg=#333333 bold' + # status bar set -g status off set -g status-position bottom