aboutsummaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2024-01-24 23:53:45 +0800
committerGuangxiong Lin <[email protected]>2024-01-24 23:53:45 +0800
commitabe3d5e7d10ca568164f3708d97b5c6fd39566f7 (patch)
tree7697edd8bb5a4b30e41c3b70150cc3688a225ed3 /.tmux.conf
parent29fa44a4faf434f69c84e2738cd0710f5b0023f3 (diff)
downloaddotfiles-abe3d5e7d10ca568164f3708d97b5c6fd39566f7.tar.gz
dotfiles-abe3d5e7d10ca568164f3708d97b5c6fd39566f7.tar.bz2
dotfiles-abe3d5e7d10ca568164f3708d97b5c6fd39566f7.zip
Remove unused tmux plugins
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 4719e68..ce23069 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -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'