-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS 'reattach-to-user-namespace' wrapper no longer required in tmux 2.6 #42
Comments
tmux-plugins/tmux-sensible#42 No longer required by tmux
...as of tmux 2.6 See tmux-plugins/tmux-sensible#42
I am still getting this error in whenever I make a new split. Could this line be the culprit? |
@karismatic-megafauna FWIW, I too was seeing this message upon opening a new split and originally suspected that line. However, I ruled it out as the cause of the error after I started tmux with an empty config and still saw the same error: Updating |
Updating to the latest Would it be possible to offer a more useful error message through tmux, e.g. suggesting an update to For reference, the version that resolves this issue is:
|
...as of tmux 2.6 See tmux-plugins/tmux-sensible#42
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
I'm not sure if this is the best place to mention this, but the current work-around for
causes some of commands I put in the end of my shell init file ( It seems that removing this work-around doesn't hurt anything (e.g. tmux-yank still works). |
This seems to be not necessary anymore [1]. This also gets rid of the need to install reattach-to-user-namespace with Homebrew. [1] tmux-plugins/tmux-sensible#42
See: ChrisJohnsen/tmux-MacOSX-pasteboard#66
Try, e.g.,
bind-key -T copy-mode C-\ send-keys -X copy-pipe-and-cancel "pbcopy"
The text was updated successfully, but these errors were encountered: