diff options
author | Guangxiong Lin <[email protected]> | 2024-01-24 07:21:48 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2024-01-24 07:21:48 +0800 |
commit | cabdc25f1b376e1909554e6b15371f343d82ccab (patch) | |
tree | 8c90f60bdca3bce81c52a5c4eb60b4bb8e72c862 | |
parent | a0991d38a37a118955b7e84b4fcfc2571058924c (diff) | |
download | dotfiles-cabdc25f1b376e1909554e6b15371f343d82ccab.tar.gz dotfiles-cabdc25f1b376e1909554e6b15371f343d82ccab.tar.bz2 dotfiles-cabdc25f1b376e1909554e6b15371f343d82ccab.zip |
Add tmux plugin
-rw-r--r-- | .tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |