From dbd80e8b5fbd0947c2064f8094a266ba83587dec Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Sat, 29 Apr 2017 09:41:16 -0600 Subject: Couple of minor updates --- 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 38f7d0f..6ef1557 100755 --- a/mac.tmux.config +++ b/mac.tmux.config @@ -1,7 +1,7 @@ # vim: syntax=conf # Setup 'v' to begin selection as in Vim -bind -T copy-mode-vi y copy-pipe "reattach-to-user-namespace pbcopy" +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" -- cgit v1.2.3