aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2024-01-24 07:21:48 +0800
committerGuangxiong Lin <[email protected]>2024-01-24 07:21:48 +0800
commitcabdc25f1b376e1909554e6b15371f343d82ccab (patch)
tree8c90f60bdca3bce81c52a5c4eb60b4bb8e72c862
parenta0991d38a37a118955b7e84b4fcfc2571058924c (diff)
downloaddotfiles-cabdc25f1b376e1909554e6b15371f343d82ccab.tar.gz
dotfiles-cabdc25f1b376e1909554e6b15371f343d82ccab.tar.bz2
dotfiles-cabdc25f1b376e1909554e6b15371f343d82ccab.zip
Add tmux plugin
-rw-r--r--.tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 918a3a2..4719e68 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -4,6 +4,7 @@ set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-sessionist'
set -g @plugin 'tmux-plugins/tmux-resurrect'
+set -g @plugin 'laktak/extrakto'
set -g @plugin 'sainnhe/tmux-fzf'
TMUX_FZF_OPTIONS="-p 80%,80% -m"