From 8e6f3d87055f02901235af8ca207f8ce2a3a6675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 24 Aug 2024 01:25:50 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20remove(tmux):=20continu?= =?UTF-8?q?um=20and=20resurrect=20plugins?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/tmux/.github/README.md | 4 +--- .config/tmux/conf/plugins.conf | 7 ------- 2 files changed, 1 insertion(+), 10 deletions(-) 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'