From fae34d10ef5f1e1a3388f3e9d0318d6869a2bb38 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Fri, 10 Nov 2023 14:52:32 +0200 Subject: [PATCH] chore(config): update tmux config --- config/tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 9e13400..72503bd 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -103,6 +103,9 @@ set -g @suspend_key 'F12' set -g @tmux_window_name_max_name_len "30" ### 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 [] ## https://github.com/tmux-plugins/tmux-continuum set -g @continuum-restore 'on'