From 766cd680f9989c81889e9fd352ad7863d5bd8fb8 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Fri, 13 Mar 2026 07:00:40 +0100 Subject: [PATCH] Configure tmux-fzf-url window size --- tmux/dot-tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux/dot-tmux.conf b/tmux/dot-tmux.conf index 30311eb..f0b99b9 100644 --- a/tmux/dot-tmux.conf +++ b/tmux/dot-tmux.conf @@ -14,6 +14,8 @@ set -g history-limit 5000 set -g detach-on-destroy off # don't exit from tmux when closing a session +set -g @fzf-url-fzf-options '-p' + # Setup vi-mode with better keybindings # TODO: Escape does not work properly for leaving setw -g mode-keys vi