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