diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index c59e0c5..9ed2f55 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -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, ...) #