aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2017-06-02 11:07:20 -0600
committerCody Hiar <codyfh@gmail.com>2017-06-02 11:07:20 -0600
commitf7e44ef5b68574a3803f27dc06143abecae430ca (patch)
treef586557dc328ecf9c78d6fd222c5e6c15ccbb97e
parent181fc945288a828455220f7551c87f495c10590a (diff)
Fixing small error
-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"