diff --git a/.config/tmux/.github/README.md b/.config/tmux/.github/README.md index f1fd6571..a2d3b5d2 100644 --- a/.config/tmux/.github/README.md +++ b/.config/tmux/.github/README.md @@ -23,12 +23,10 @@ My default multiplexer is [tmux](https://github.com/tmux/tmux). In the past I tr Now, here are the plugins I use alongside tmux: - [tpm](https://github.com/tmux-plugins/tpm) (Plugin manager) -- [tmux-resurrect](https://github.com/tmux-plugins/tmux-resurrect) - [catppuccin](https://github.com/catppuccin/tmux) - [tmux-sessionx](https://github.com/omerxx/tmux-sessionx) - [tmux-floax](https://github.com/omerxx/tmux-floax) - [tmux-sensible](https://github.com/tmux-plugins/tmux-sensible) -- [tmux-continuum](https://github.com/tmux-plugins/tmux-continuum) The plugins and their options are declared on [this file](../conf/plugins.conf). @@ -40,7 +38,7 @@ In the case of the keybindings, [here they are](../conf/binds.conf). ### :package: Plugins Installation -Once you enter tmux, hit `prefix + I` to install the plugins. And that's it. +Once you enter tmux, hit `prefix + I` to install all the plugins. And that's it. # :camera: ‎ Gallery diff --git a/.config/tmux/conf/plugins.conf b/.config/tmux/conf/plugins.conf index c54c38c3..8f4e1314 100644 --- a/.config/tmux/conf/plugins.conf +++ b/.config/tmux/conf/plugins.conf @@ -1,8 +1,6 @@ # Plugins Declaration set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' -set -g @plugin 'tmux-plugins/tmux-resurrect' -set -g @plugin 'tmux-plugins/tmux-continuum' set -g @plugin 'catppuccin/tmux' set -g @plugin 'omerxx/tmux-sessionx' set -g @plugin 'omerxx/tmux-floax' @@ -45,8 +43,3 @@ set -g @sessionx-bind-back 'alt-b' # Floax set -g @floax-border-color 'white' - -# Ressurrect & Continuum -set -g @resurrect-capture-pane-contents 'on' -set -g @resurrect-dir '~/.local/share/tmux/resurrect' -# set -g @continuum-restore 'on'