remove extra paren in tmux.conf

Thanks for pointing this out, @yujiaao
This commit is contained in:
Nick Nisi
2015-08-23 20:03:21 -05:00
parent 228afb113c
commit 095fe4f5c0

View File

@@ -103,7 +103,7 @@ bind -t vi-copy 'y' copy-selection
# Buffers to/from Mac clipboard, yay tmux book from pragprog # Buffers to/from Mac clipboard, yay tmux book from pragprog
bind C-c run "tmux save-buffer - | reattach-to-user-namespace pbcopy" 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 ### ### Color & Style Settings ###