From 934ecb2335eadb43675b6187a038f35fbd9863cf Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 19 Feb 2024 03:28:29 +0200 Subject: [PATCH] chore(tmux): tweak configuration --- config/tmux/tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 132a943..785443c 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -105,7 +105,7 @@ set-option -g window-status-format ' #I:#W ' set-window-option -g window-status-current-style 'fg=#111111,bg=#7aa2f7' set-option -g window-status-current-format ' #I:#W#{?window_zoomed_flag,  , } ' -set-option -g status-left "#{?#{pane_ssh_connected},#{hostname_short}/,}#S" +set-option -g status-left "#{hostname_short}/#S" set-option -g status-right "%H:%M #{tmux_mode_indicator}" # ╭──────────────────────────────────────────────────────────╮ @@ -120,12 +120,12 @@ set -g @suspend_key 'F12' ## A plugin to name your tmux windows smartly. ## https://github.com/ofirgall/tmux-window-name ### Maximum name length of a window -set -g @tmux_window_name_max_name_len "30" +set -g @tmux_window_name_max_name_len "20" ### Replace $HOME with ~ in window names set -g @tmux_window_name_use_tilde "True" set -g @tmux_window_name_shells "['bash', 'fish', 'sh', 'zsh']" set -g @tmux_window_dir_programs "['nvim', 'vim', 'vi', 'git']" -set -g @tmux_window_name_ignored_programs "['sqlite3']" # Default is [] +set -g @tmux_window_name_ignored_programs "['sqlite3', 'x-set-php-aliases']" # Default is [] ## https://github.com/tmux-plugins/tmux-continuum set -g @continuum-restore 'on'