From d2419415ef8e14c1ade2d4ed54060a4dab0e7f18 Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Fri, 13 Apr 2012 14:28:15 +0200 Subject: [PATCH] Update tmux's readme to mention reattach-to-user-namespace Fix #139 --- modules/tmux/README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/modules/tmux/README.md b/modules/tmux/README.md index 7738508c..e56f9447 100644 --- a/modules/tmux/README.md +++ b/modules/tmux/README.md @@ -33,6 +33,14 @@ Caveats tmux is known to cause kernel panics on Mac OS X. A discussion about this and OMZ has already been opened [here][2]. +For Mac users, launching tmux can cause an error +(`launch_msg(...): Socket is not connected`). this can be easily fixed by +installing [reattach-to-user-namespace][3] (available on [homebrew][4]). + +You then have to change your `~/.tmux.conf` to add : + + set-option -g default-command "reattach-to-user-namespace -l $SHELL -l" + Authors ------- @@ -43,4 +51,5 @@ Authors [1]: http://tmux.sourceforge.net [2]: http://git.io/jkPqHg - +[3]: ChrisJohnsen/tmux-MacOSX-pasteboard +[4]: mxcl/homebrew