From eb264ebb07f419ce1d2dc9960519974f844e1656 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 19 Nov 2018 13:46:20 -0500 Subject: make opening links work when the link is wrapped --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index fdcbfd2..e127fb6 100644 --- a/tmux.conf +++ b/tmux.conf @@ -36,7 +36,7 @@ bind ^N new-window bind ^D detach-client bind ^[ copy-mode bind { copy-mode -bind Enter run 'tmux capture-pane -p | open-link' +bind Enter run 'tmux capture-pane -pJ | open-link' bind -T copy-mode-vi v send-keys -X begin-selection bind -T copy-mode-vi ) send-keys -X start-of-line -- cgit v1.2.3-54-g00ecf