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"