|
|
@ -62,7 +62,7 @@ Aliases
|
|
|
|
Caveats
|
|
|
|
Caveats
|
|
|
|
-------
|
|
|
|
-------
|
|
|
|
|
|
|
|
|
|
|
|
On Mac OS X, launching tmux can cause the error **launch_msg(...): Socket is not
|
|
|
|
On macOS, launching tmux can cause the error **launch_msg(...): Socket is not
|
|
|
|
connected** to be displayed, which can be fixed by installing
|
|
|
|
connected** to be displayed, which can be fixed by installing
|
|
|
|
[reattach-to-user-namespace][3], available in [Homebrew][4], and adding the
|
|
|
|
[reattach-to-user-namespace][3], available in [Homebrew][4], and adding the
|
|
|
|
following to *tmux.conf*:
|
|
|
|
following to *tmux.conf*:
|
|
|
@ -71,7 +71,7 @@ following to *tmux.conf*:
|
|
|
|
set-option -g default-command "reattach-to-user-namespace -l $SHELL -l"
|
|
|
|
set-option -g default-command "reattach-to-user-namespace -l $SHELL -l"
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
Furthermore, tmux is known to cause **kernel panics** on Mac OS X. A discussion
|
|
|
|
Furthermore, tmux is known to cause **kernel panics** on macOS. A discussion
|
|
|
|
about this and Prezto has already been [opened][2].
|
|
|
|
about this and Prezto has already been [opened][2].
|
|
|
|
|
|
|
|
|
|
|
|
Authors
|
|
|
|
Authors
|
|
|
|