Re: Escape characters

2010-01-27 Thread Jean-Rene David
* Christian Ebert [2010.01.27 06:15]: > I switched to after I found out how to set it: > > escape ^@@ That is very sweet! Thank you for that. -- JR ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-user

Re: Escape characters

2010-01-27 Thread David Collins
I use 'escape [[' which can obviously cause problems, however I have the following binding bindkey -k k5 escape ^Aa # change escape on F5 bindkey -k k6 escape [[ # change escape on F6 I can use it to temporarily change the escape key to something a bit less problematic for pasting then change it

Re: Escape characters

2010-01-27 Thread Christian Ebert
* Jostein Berntsen on Wednesday, January 27, 2010 at 11:55:52 +0100 > I use the "'" key as the escape character in screen, but this is not > always convenient because of it's use in programs a.o. Do any of you > have a suggestion for an escape character that is more efficient than > the original

Escape characters

2010-01-27 Thread Jostein Berntsen
Hi, I use the "'" key as the escape character in screen, but this is not always convenient because of it's use in programs a.o. Do any of you have a suggestion for an escape character that is more efficient than the original? - Jostein ___ scre

Re: how to change to screen num bigger than 9

2010-01-27 Thread Dan Mahoney, System Admin
On Wed, 27 Jan 2010, Albert Vilella wrote: Hi, How do I switch to a screen number bigger than 9? Say if I have screens 0,1,2,3,4,5,6,7,8,9,10...20, how can I do Ctrl-a "go to screen 15"? Any of the following: 1) Using ctrl-a n to go past 9. 2) Using ctrl-a " to show a list fo all your windo

Re: how to change to screen num bigger than 9

2010-01-27 Thread aka Rubén Gómez
On Wed, Jan 27, 2010 at 09:39, Albert Vilella wrote: > Hi, > > How do I switch to a screen number bigger than 9? > Say if I have screens 0,1,2,3,4,5,6,7,8,9,10...20, > how can I do Ctrl-a "go to screen 15"? I have the next config in my screenrc: # press "C-a - #" instead of just "C-a #" bind - co

how to change to screen num bigger than 9

2010-01-27 Thread Albert Vilella
Hi, How do I switch to a screen number bigger than 9? Say if I have screens 0,1,2,3,4,5,6,7,8,9,10...20, how can I do Ctrl-a "go to screen 15"? Cheers, Albert. ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/s