remove extra paren in tmux.conf
Thanks for pointing this out, @yujiaao
This commit is contained in:
@@ -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 ###
|
||||
|
||||
Reference in New Issue
Block a user