From c0691116b14f1f68d99053a923395527b3250275 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Thu, 5 Dec 2024 14:20:02 -0600 Subject: [PATCH] tmux: tweaks --- home/modules/tui/tmux.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/home/modules/tui/tmux.nix b/home/modules/tui/tmux.nix index 08cd9ec..848e6e9 100644 --- a/home/modules/tui/tmux.nix +++ b/home/modules/tui/tmux.nix @@ -39,9 +39,8 @@ bind -n M-j previous-window # alt+j bind -n M-k next-window # alt+k - # auto window rename - set-option -g automatic-rename - set-option -g automatic-rename-format '#{pane_current_command}' + # shorter status update interval + set-option -g status-interval 1 # display up to 20 chars of session name set-option -g status-left-length 20