mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-21 22:36:31 +00:00
Remove reattach-to-user-namespace from tmux.conf
No longer needed in newest releases of OSX
This commit is contained in:
parent
046aaf9c91
commit
03db133619
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user