From 939ee65e7a3857d6a8a3a4d7d14b1675268bd18d Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 4 Feb 2026 01:20:00 +0200 Subject: [PATCH] chore(tmux): remove tmux-window-name plugin --- config/tmux/tmux.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 58d067a..c68d667 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -144,7 +144,6 @@ run-shell "$HOME/.dotfiles/config/tmux/theme-activate.sh" # ── Sourcing the plugins ────────────────────────────────────────────── run-shell "$HOME/.dotfiles/config/tmux/plugins/tmux-sensible/sensible.tmux" -run-shell "$HOME/.dotfiles/config/tmux/plugins/tmux-window-name/tmux_window_name.tmux" run-shell "$HOME/.dotfiles/config/tmux/plugins/tmux-mode-indicator/mode_indicator.tmux" run-shell "$HOME/.dotfiles/config/tmux/plugins/tmux-suspend/suspend.tmux" run-shell "$HOME/.dotfiles/config/tmux/plugins/tmux-sessionist/sessionist.tmux"