summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.tmux.conf6
1 files changed, 5 insertions, 1 deletions
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"
34set -g destroy-unattached 34set -g destroy-unattached
35 35
36# Select and prompt for opening URLs on lead + U with external command 36# Select and prompt for opening URLs on lead + U with external command
37bind u run "tmux capture-pane; tmux show-buffer | dmenu-urlselect | xargs open-url" 37#bind u run "tmux capture-pane -J; tmux show-buffer | dmenu-urlselect | xargs open-url"
38bind u {
39 capture-pane -J
40 display-popup -w 50% -T "Open URL" -E "tmux show-buffer | dmenu-urlselect -m fzf | xargs open-url; sleep 0.1"
41}

Generated with cgit - Back to sebastiano.tronto.net