From da0285f274efcb89d91de8633155add11a233a48 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Sat, 27 Jul 2024 03:41:19 +0200 Subject: [PATCH] tmux: `reattach-to-user-namespace` is no longer needed in macOS --- config/tmux/tmux.conf | 7 ------- 1 file changed, 7 deletions(-) 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, ...) #