Skip to content

Commit 49edfe0

Browse files
committedJan 25, 2021
refa(tmux): Remove obsolete use of reattach-to-user-namespace
Since tmux 2.6, reattach-to-user-namespace has become unnecessary; see tmux/tmux@78352fd ChrisJohnsen/tmux-MacOSX-pasteboard#66 tmux-plugins/tmux-sensible#42
1 parent 05545a1 commit 49edfe0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

‎.config/tmux/tmux.conf.os.Darwin

-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
set -g @continuum-boot-options 'iterm'
22

3-
# In order to use "open" from inside tmux, use reattach-to-user-namespace.
4-
# Requires "brew install reattach-to-user-namespace"
5-
# See http://www.elmund.io/osx/2015/07/10/open-command-in-osx-tmux/
6-
set -g default-command "reattach-to-user-namespace ${SHELL}"
7-
83
# https://unix.stackexchange.com/questions/318281/how-to-copy-and-paste-with-a-mouse-with-tmux
94
# macOS only
105
set -g mouse on

0 commit comments

Comments
 (0)
Failed to load comments.