From 03db133619d20c1cea1fda94392034d89e6c6fcb Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Tue, 3 Nov 2015 11:42:05 -0800 Subject: [PATCH] Remove reattach-to-user-namespace from tmux.conf No longer needed in newest releases of OSX --- assets/default/dotfiles/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/default/dotfiles/tmux.conf b/assets/default/dotfiles/tmux.conf index 89e9a23..5a71f67 100644 --- a/assets/default/dotfiles/tmux.conf +++ b/assets/default/dotfiles/tmux.conf @@ -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