From 76598ad33b5d8d40c4495ac31bfc2c5df414c803 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Tue, 28 Jan 2025 14:51:38 +0200 Subject: [PATCH] chore(config): tmux config tweaks, .ignore --- config/tmux/.ignore | 1 + config/tmux/config-plugins.conf | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 config/tmux/.ignore diff --git a/config/tmux/.ignore b/config/tmux/.ignore new file mode 100644 index 0000000..475bc4d --- /dev/null +++ b/config/tmux/.ignore @@ -0,0 +1 @@ +plugins/* diff --git a/config/tmux/config-plugins.conf b/config/tmux/config-plugins.conf index e6709ac..c9bfd5c 100644 --- a/config/tmux/config-plugins.conf +++ b/config/tmux/config-plugins.conf @@ -40,6 +40,8 @@ run-shell "$TMUX_PLUGINS/tmux-sensible/sensible.tmux" run-shell "$TMUX_PLUGINS/tmux-window-name/tmux_window_name.tmux" run-shell "$TMUX_PLUGINS/tmux-mode-indicator/mode_indicator.tmux" run-shell "$TMUX_PLUGINS/tmux-suspend/suspend.tmux" +run-shell "$TMUX_PLUGINS/tmux-continuum/continuum.tmux" +run-shell "$TMUX_PLUGINS/tmux-sessionist/sessionist.tmux" run-shell "$TMUX_PLUGINS/tmux-yank/yank.tmux" run-shell "$TMUX_PLUGINS/tmux-current-pane-hostname/current_pane_hostname.tmux" run-shell "$TMUX_PLUGINS/tmux-dark-notify/main.tmux"