From 2125d8e97301a0141cec3732da954e0eb7f130ae Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Fri, 20 Jun 2025 09:50:12 +0200 Subject: [PATCH] update --- tmux.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tmux.conf b/tmux.conf index 39b87f8..3815283 100644 --- a/tmux.conf +++ b/tmux.conf @@ -12,6 +12,16 @@ set -sg escape-time 5 set -sa terminal-features ',xterm-256color:RGB' set -g destroy-unattached on +set -g @minimal-tmux-expanded-icon "󰊓 " +set -g @minimal-tmux-show-expanded-icons-for-all-tabs true +set -g @minimal-tmux-status-right-extra "#[fg=color150]#[bg=color150,fg=black]#(date)#[fg=color150,bg=default]#[bg=default] " +set -g @minimal-tmux-status-left-extra "" +set -g @minimal-tmux-use-arrow true +set -g @minimal-tmux-right-arrow "" +set -g @minimal-tmux-left-arrow "" +set -g @minimal-tmux-right false +set -g status-right-length 100 + set -g @fingers-pattern-filelc '(([.\w\-~\$@]+)?(/[.\w\-@]+)+/?(\:\d+){0,2})' bind h select-pane -L