summaryrefslogtreecommitdiffstats
path: root/tmux.conf
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-19 13:46:20 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-19 13:46:20 -0500
commiteb264ebb07f419ce1d2dc9960519974f844e1656 (patch)
treec90dbc66652e374fe433a88bee35e19a5e7e911a /tmux.conf
parent72064a3bd3c56d826b2f7f664b0ea66f3129171e (diff)
downloadconf-eb264ebb07f419ce1d2dc9960519974f844e1656.tar.gz
conf-eb264ebb07f419ce1d2dc9960519974f844e1656.zip
make opening links work when the link is wrapped
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf2
1 files changed, 1 insertions, 1 deletions
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