🗑️ remove(tmux): continuum and resurrect plugins

This commit is contained in:
Sergio Laín 2024-08-24 01:25:50 +02:00
parent ddecd9db8a
commit 8e6f3d8705
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150
2 changed files with 1 additions and 10 deletions

View file

@ -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: <samp>Gallery</samp>

View file

@ -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'