From f7e44ef5b68574a3803f27dc06143abecae430ca Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Fri, 2 Jun 2017 11:07:20 -0600 Subject: Fixing small error --- mac.tmux.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mac.tmux.config') 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" -- cgit v1.2.3