commit 7872fb427180ae402d6295cc8911f26355244e23 parent 2dea5d8efb4ce0eac3859155140e9c74b551ef9d Author: Sebastiano Tronto <sebastiano@tronto.net> Date: Sun, 5 Jul 2026 23:18:22 +0200 Update tmux conf Diffstat:
| M | .tmux.conf | | | 6 | +++++- |
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git 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" +}