aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmac.tmux.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/mac.tmux.config b/mac.tmux.config
index 6ef1557..110f8ff 100755
--- a/mac.tmux.config
+++ b/mac.tmux.config
@@ -4,6 +4,6 @@
bind -T copy-mode-vi y send -X copy-pipe-and-cancel "reattach-to-user-namespace pbcopy"
# Update default binding of `Enter` to also use copy-pipe
unbind -T copy-mode-vi Enter
-bind-key -T copy-mode-vi Enter copy-pipe "reattach-to-user-namespace pbcopy"
+bind-key -T copy-mode-vi Enter send -X copy-pipe-and-cancel "reattach-to-user-namespace pbcopy"
# Allow pbcopy inside of session
set-option -g default-command "reattach-to-user-namespace -l zsh"