File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,25 @@ the system clipboard.
68
68
69
69
- [` reattach-to-user-namespace` ](https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard)
70
70
71
- ** Note** : Beginning with OSX Yosemite (10.10), ` pbcopy` is reported to work
72
- correctly with ` tmux` without ` reattach-to-user-namespace` .
71
+ ** Note** : Some versions of macOS (aka OS X) have been reported to work
72
+ without ` reattach-to-user-namespace` . It doesn' t hurt to have it installed.
73
+
74
+ - OS X 10.8: Mountain Lion – *required*
75
+ - OS X 10.9: Mavericks – *required*
76
+ - OS X 10.10: Yosemite – *not required*
77
+ - OS X 10.11: El Capitan – *not required*
78
+ - macOS 10.12: Sierra – *required*
79
+
80
+ The easiest way to use `reattach-to-user-namespace` with `tmux` is use to
81
+ use the [`tmux-sensible`](https://github.com/tmux-plugins/tmux-sensible)
82
+ plugin.
83
+
84
+ To use it manually, use:
85
+
86
+ ``` tmux
87
+ # ~/.tmux.conf
88
+ set-option -g default-command "reattach-to-user-namespace -l $SHELL"
89
+ ```
73
90
74
91
If you have `tmux` 1.5 or newer and are using
75
92
[iTerm2](https://www.iterm2.com/) version 3 or newer then the <kbd>y</kbd>
You can’t perform that action at this time.
0 commit comments