(05/18/2011 11:18 AM), Robin Lee Powell wrote:
> Huh.  My tmux.conf doesn't seem to actually *work*; I have to
> manually do a ":set-window-option alternate-screen" when I launch
> tmux for it to actually be set correctly.  That's a bit odd, isn't
> it?  So in the tmux case there's a step for that, before running
> script.

Make sure to add the explicit "off" at the end, if you didn't.

If your .tmux.conf is not even being read, then that's usually a sign
that your tmux server was already running (.tmux.conf is only read at
server startup, not at the start of every new session) - so if there's
still a (detached?) session running, you need to make sure tmux is dead.
killall tmux is one way to ensure that.

-- 
Micah J. Cowan
http://micah.cowan.name/

------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to