making split screen behave

2008-05-21 Thread Sonia Hamilton
I use the split command (C-a S) to split my screens, and have a hard status line inspired by the examples: hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %{..Y}" I also have the suggested key bindings to make working with focus easier: bind j focus down bind k focus up bind t focus top

Re: how to cd in .screenrc?

2008-01-31 Thread Sonia Hamilton
On Wed, 2008-01-30 at 11:20 +0100, Christian Ebert wrote: > * Sonia Hamilton on Monday, January 28, 2008 at 21:23:48 -0600 > > I have different .screenrc's for different development environments > > (which I start up using screen -c .screenrc_foo). For each terminal I > >

Re: screen, 256color mode and ssh

2008-01-30 Thread Sonia Hamilton
nd not on > the others? Or is there another way out of this mess? A 'dirty hack' way of doing these would be to detect in the remote .bashrc the system, and swap to a different .screenrc -- Sonia Hamilton blog: http://SoniaHamilton.wordpress.com

how to cd in .screenrc?

2008-01-29 Thread Sonia Hamilton
getting errors: screen -t "enlace" cd ~/enlace screen -t "enlace2" cdenlace.sh (where cdenlace.sh is in my path, and contains the command "cd ~/enlace"). -- Sonia Hamilton blog: http://SoniaHamilton.wordpress.com ___ screen

Re: Screens with more than 9 tabs.

2008-01-10 Thread Sonia Hamilton
On Thu, 2008-01-10 at 10:53 +0100, Giorgio Lando wrote: > You can create new keybindings in .screenrc. E.g., if you want to reach > 10 to 19 with ctrl-b + 0 to ctrl-b + 9, add the follwing lines: I've also had this question - thanks for all the answers everyone. -- Son

Re: how to run some screen command automaticly when attach a session

2007-10-29 Thread Sonia Hamilton
gbk". Don't know if this helps, but you can do this in your .screenrc: screen -t fred ssh fred.foo.com -- Sonia Hamilton ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users