Remove reattach-to-user-namespace from tmux.conf

No longer needed in newest releases of OSX
This commit is contained in:
ViViDboarder 2015-11-03 11:42:05 -08:00
parent 046aaf9c91
commit 03db133619
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ bind -t vi-copy V rectangle-toggle
bind -t vi-copy y copy-selection
# after copying to a tmux buffer, hit y again to copy to clipboard
if-shell 'test "$(uname -s)" = "Darwin"' 'bind y run "tmux show-buffer | reattach-to-user-namespace pbcopy"'
if-shell 'test "$(uname -s)" = "Darwin"' 'bind y run "tmux show-buffer | pbcopy"'
if-shell 'test "$(uname -s)" = "Linux"' 'bind y run "tmux show-buffer | xclip -sel clip -i"'
# Auto load tmuxline config for themes