summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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