diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-04-29 09:41:16 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-04-29 09:41:16 -0600 |
commit | dbd80e8b5fbd0947c2064f8094a266ba83587dec (patch) | |
tree | eac0387fc97a86b9ab485b815bd23c0cf3af250c /mac.tmux.config | |
parent | b0aae0258336cdc931b34bae1836eace72a00a91 (diff) |
Couple of minor updates
Diffstat (limited to 'mac.tmux.config')
-rwxr-xr-x | mac.tmux.config | 2 |
1 files changed, 1 insertions, 1 deletions
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" |