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
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
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
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
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