Re: Escape characters

2010-01-31 Thread Henry S. Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Since I _do_ use (x)emacs, where ^a is very useful, I prefer to go in a different direction -- the following works well for me, as Meta-a (backward-sentence) is not something I ever used: bindkey "^[a" command bindkey "^a" stuff b bindkey "^a

Re: Escape characters

2010-01-29 Thread Peder Stray
On Thu, 28 Jan 2010, Christian Ebert wrote: * Jostein Berntsen on Thursday, January 28, 2010 at 09:28:30 +0100 On 27.01.10,09:47, Jean-Rene David wrote: * 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.

Re: Escape characters

2010-01-28 Thread Christian Ebert
* Jostein Berntsen on Thursday, January 28, 2010 at 09:28:30 +0100 > On 27.01.10,09:47, Jean-Rene David wrote: >> * 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. > > Yes, this is a great on

Re: Escape characters

2010-01-28 Thread Jostein Berntsen
On 27.01.10,09:47, Jean-Rene David wrote: > * 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. > Yes, this is a great one. Thanks! - Jostein ___ s

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