From 447a7e8ecda842ab7fc17777a96d0e1c7d05fd96 Mon Sep 17 00:00:00 2001 From: eeemsi Date: Sat, 9 Nov 2024 09:47:48 +0100 Subject: [PATCH] new (tmux.conf): add minimal tmux config --- tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tmux.conf diff --git a/tmux.conf b/tmux.conf new file mode 100644 index 0000000..84c03d6 --- /dev/null +++ b/tmux.conf @@ -0,0 +1,6 @@ +# Update the status line every interval seconds +# A setting of zero disables redrawing at interval +set -g status-interval 0 + +# Display string to the right of the status line +set -g status-right "[\"#h\"]"