diff options
-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" |