Re: Caption to show `pwd` instead of shell?

2013-08-08 Thread Kevin Van Workum
On Wed, Aug 7, 2013 at 5:49 PM, David Woodfall wrote: > I'm using this caption: > > caption string "%{= 9w}%-w%{+b w}%n-%f %t%{-}%+w%{+b w}" > > What I'd like to do is change each listed window to show the pwd > instead of shell. I'm using zsh. > > I can't see any way of doing this except to upda

Using GNU screen to aid development

2013-08-08 Thread Jostein Berntsen
http://meta.discourse.org/t/using-gnu-screen-to-aid-development/8915 ___ screen-users mailing list screen-users@gnu.org https://lists.gnu.org/mailman/listinfo/screen-users

screen-init

2013-08-08 Thread Jostein Berntsen
 Seems useful: https://npmjs.org/package/screen-init Jostein ___ screen-users mailing list screen-users@gnu.org https://lists.gnu.org/mailman/listinfo/screen-users

Re: Caption to show `pwd` instead of shell?

2013-08-08 Thread Axel Beckert
Hi, On Wed, Aug 07, 2013 at 10:49:10PM +0100, David Woodfall wrote: > I'm using this caption: > > caption string "%{= 9w}%-w%{+b w}%n-%f %t%{-}%+w%{+b w}" > > What I'd like to do is change each listed window to show the pwd > instead of shell. I'm using zsh. > > I can't see any way of doing thi

Caption to show `pwd` instead of shell?

2013-08-08 Thread David Woodfall
I'm using this caption: caption string "%{= 9w}%-w%{+b w}%n-%f %t%{-}%+w%{+b w}" What I'd like to do is change each listed window to show the pwd instead of shell. I'm using zsh. I can't see any way of doing this except to update it every time a command is run. Is there a way to do this at all