summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-07-05 23:18:22 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-07-05 23:18:22 +0200
commit7872fb427180ae402d6295cc8911f26355244e23 (patch)
tree0cef9e3891226cb45d8b30c47dc2e761f635bc57
parent2dea5d8efb4ce0eac3859155140e9c74b551ef9d (diff)
downloadconfig-7872fb427180ae402d6295cc8911f26355244e23.tar.gz
config-7872fb427180ae402d6295cc8911f26355244e23.zip
Update tmux conf
-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