Re: Using pagers like 'less' within screen

2009-09-05 Thread Benjamin Andresen
Hey Hugo, Hugo Heden writes: > [snip] > Is there a way to tell GNU-screen to use the "default terminal buffer" > while still letting the programs invoked from within GNU screen use > the "alternate terminal buffer"? altscreen on should be the only thing you need. I have just tested this with

Re: Screen windows numbered from 0

2007-12-27 Thread Benjamin Andresen
Hey Shreevatsa, Shreevatsa R <[EMAIL PROTECTED]> writes: > Hello, > > I find it inconvenient that windows are numbered 0 1 2..., while the > keys on my keyboard are placed as 1 2 3... 9. > > * Is there a way to make screen's windows start with 1? bind c screen 1 bind ^C screen 1 bind 0 select 10

Re: .bash_profile not executing?

2007-06-22 Thread Benjamin Andresen
Hey! Micah Cowan <[EMAIL PROTECTED]> writes: The typical set up is to place all normal customizations in .bashrc, and have .bash_profile source .bashrc. Another possibility is the that you use 'shell -bash' in your .screenrc, that should invoke a login shell for each 'c'. :-) br, benny P.S.