diff options
| -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 | } | ||
