diff options
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,11 +6,14 @@ set -g @plugin 'laktak/extrakto' set -g @plugin 'tmux-plugins/tmux-copycat' set -g @plugin 'schasse/tmux-jump' set -g @plugin 'tmux-plugins/tmux-yank' +set -g @plugin 'wfxr/tmux-fzf-url' set -g @continuum-restore 'on' set -g @plugin 'tmux-plugins/tmux-prefix-highlight' set -g @plugin 'tmux-plugins/tmux-continuum' # set -g @plugin 'tmux-plugins/tmux-sidebar' # set -g @resurrect-processes `ranger ssh w3mlastsession k9s top cointop newsboat irssi neomutt` +set -g @fzf-url-history-limit '2000' +set -g @fzf-url-fzf-options '-w 50% -h 50% --multi -0 --no-preview --no-border' set-window-option -g automatic-rename on set-option -g set-titles on |