diff --git a/tmux/tmux.conf.symlink b/tmux/tmux.conf.symlink index 672a750..bc28b4d 100644 --- a/tmux/tmux.conf.symlink +++ b/tmux/tmux.conf.symlink @@ -103,7 +103,7 @@ bind -t vi-copy 'y' copy-selection # Buffers to/from Mac clipboard, yay tmux book from pragprog bind C-c run "tmux save-buffer - | reattach-to-user-namespace pbcopy" -bind C-v run "tmux set-buffer $(reattach-to-user-namespace pbpaste); tmux paste-buffer") +bind C-v run "tmux set-buffer $(reattach-to-user-namespace pbpaste); tmux paste-buffer" ############################## ### Color & Style Settings ###