From 68c6923f11d75b0a95a9952d073882faeb524bcb Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Thu, 18 Jan 2024 10:00:52 -0600 Subject: [PATCH] tmux: extend session name on statusbar to 20 chars --- home/features/cli/tmux.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/features/cli/tmux.nix b/home/features/cli/tmux.nix index 7b09636..310ab50 100644 --- a/home/features/cli/tmux.nix +++ b/home/features/cli/tmux.nix @@ -34,6 +34,9 @@ bind -n M-j previous-window # alt+j bind -n M-k next-window # alt+k + # display up to 20 chars of session name + set-option -g status-left-length 20 + # default statusbar colors set-option -g status-style fg=yellow,bg=black