🗑️ remove(tmux): continuum and resurrect plugins
This commit is contained in:
parent
ddecd9db8a
commit
8e6f3d8705
2 changed files with 1 additions and 10 deletions
4
.config/tmux/.github/README.md
vendored
4
.config/tmux/.github/README.md
vendored
|
@ -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>
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue