diff options
author | Guangxiong Lin <[email protected]> | 2024-01-24 23:53:45 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2024-01-24 23:53:45 +0800 |
commit | abe3d5e7d10ca568164f3708d97b5c6fd39566f7 (patch) | |
tree | 7697edd8bb5a4b30e41c3b70150cc3688a225ed3 | |
parent | 29fa44a4faf434f69c84e2738cd0710f5b0023f3 (diff) | |
download | dotfiles-abe3d5e7d10ca568164f3708d97b5c6fd39566f7.tar.gz dotfiles-abe3d5e7d10ca568164f3708d97b5c6fd39566f7.tar.bz2 dotfiles-abe3d5e7d10ca568164f3708d97b5c6fd39566f7.zip |
Remove unused tmux plugins
-rw-r--r-- | .tmux.conf | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -11,9 +11,6 @@ TMUX_FZF_OPTIONS="-p 80%,80% -m" TMUX_FZF_PREVIEW=0 bind f run-shell -b "~/.tmux/plugins/tmux-fzf/scripts/session.sh attach" -set -g @plugin 'tmux-plugins/tmux-continuum' -set -g @continuum-restore 'on' - if "test ! -d ~/.tmux/plugins/tpm" \ "run 'git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm && ~/.tmux/plugins/tpm/bin/install_plugins'" run '~/.tmux/plugins/tpm/tpm' |