On Tue, Oct 05, 2010 at 08:24:20AM -0700, kevin beckford wrote: > Hi all, I'm just trying tmux and I seem to have a problem duplicating > my screen rig: > > screen -t ADMIN 1 > chdir /Users/chiggsy/Sites/ > screen -t SITES 2 > chdir /Users/chiggsy/src/ > screen -t SRC 3 > > How do I change directories and then open a window to init my session? > > > neww -n ADMIN > neww -n SITES 'exec cd /Users/chiggsy/Sites' > neww -n SRC 'exec cd /Users/chiggsy/src/'
cd blah; exec $SHELL > > The above does not work , it just creates the windows... > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > tmux-users mailing list > tmux-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/tmux-users ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ tmux-users mailing list tmux-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-users