tmux: reattach-to-user-namespace
is no longer needed in macOS
This commit is contained in:
parent
3c7d3778ce
commit
da0285f274
1 changed files with 0 additions and 7 deletions
|
@ -86,13 +86,6 @@ set -ga terminal-overrides ',*-256col*:Tc'
|
|||
# cause shells to start with level 1 again within the session.
|
||||
set-environment -gu SHLVL
|
||||
|
||||
# Fix for clipboard in vim running inside tmux:
|
||||
# See http://www.economyofeffort.com/2013/07/29/reattach-to-user-namespace-the-fix-for-your-tmux-in-os-x-woes/
|
||||
# See http://stackoverflow.com/a/40154047
|
||||
# See https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard
|
||||
if-shell 'test "$(uname)" = "Darwin"' \
|
||||
'set -g default-command "reattach-to-user-namespace -l $SHELL"'
|
||||
|
||||
#
|
||||
# Style (status list, colors, ...)
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue