From 7872fb427180ae402d6295cc8911f26355244e23 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 5 Jul 2026 23:18:22 +0200 Subject: Update tmux conf --- .tmux.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index f460026..cd28e24 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -34,4 +34,8 @@ set -s copy-command "xsel -ib" set -g destroy-unattached # Select and prompt for opening URLs on lead + U with external command -bind u run "tmux capture-pane; tmux show-buffer | dmenu-urlselect | xargs open-url" +#bind u run "tmux capture-pane -J; tmux show-buffer | dmenu-urlselect | xargs open-url" +bind u { + capture-pane -J + display-popup -w 50% -T "Open URL" -E "tmux show-buffer | dmenu-urlselect -m fzf | xargs open-url; sleep 0.1" +} -- cgit v1.3