diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-07-05 23:18:22 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-07-05 23:18:22 +0200 |
| commit | 7872fb427180ae402d6295cc8911f26355244e23 (patch) | |
| tree | 0cef9e3891226cb45d8b30c47dc2e761f635bc57 | |
| parent | 2dea5d8efb4ce0eac3859155140e9c74b551ef9d (diff) | |
| download | config-7872fb427180ae402d6295cc8911f26355244e23.tar.gz config-7872fb427180ae402d6295cc8911f26355244e23.zip | |
Update tmux conf
| -rw-r--r-- | .tmux.conf | 6 |
1 files changed, 5 insertions, 1 deletions
| @@ -34,4 +34,8 @@ set -s copy-command "xsel -ib" | |||
| 34 | set -g destroy-unattached | 34 | set -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 |
| 37 | bind 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" |
| 38 | bind 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 | } | ||
