From c7780308ec05ea0b5391ab1956fd375b11ee26af Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Wed, 7 Jul 2021 10:01:30 -0400 Subject: [PATCH] Include more goop in tmux border --- tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux.conf b/tmux.conf index 52b4719..824153e 100644 --- a/tmux.conf +++ b/tmux.conf @@ -6,4 +6,7 @@ set-option -g history-limit 100000 set-option -g prefix C-b set-option -g renumber-windows on set-option -s escape-time 0 +set -g window-status-format '#I:#(pwd="#{pane_current_path}"; echo ${pwd####*/})#F' +set -g window-status-current-format '#I:#(pwd="#{pane_current_path}"; echo ${pwd####*/})#F' +set -g status-interval 1 setw -g mode-keys vi