new (tmux.conf): add minimal tmux config

This commit is contained in:
eeemsi 2024-11-09 09:47:48 +01:00
parent 518798a7e9
commit 447a7e8ecd

6
tmux.conf Normal file
View File

@ -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\"]"