Re: emacs key binding

2007-03-26 Thread Giulio Bottazzi
I don't use emacs, so I might have gotten the key bindings for copy/paste all wrong, but do you mean something like this: bindkey -m ^@ stuff " " # ctrl-space -> space to start marking bindkey -m ^[w stuff " " # alt-w -> space to stop marking and copy into buffer bindkey ^y paste . # ctrl-y to pa

Re: No Ctrl-A Backspace for prev on Ubuntu...

2007-03-26 Thread Richard Bronosky
looks like this does it: bind -k kb prev (You always find the answer 5 minutes after posting to a mailing list.) I've struggled on this for months. HA! On 3/26/07, Richard Bronosky <[EMAIL PROTECTED]> wrote: The terminal sends ^? (based on Ctrl-v,Backspace) for backspace. My .screenrc has: t

No Ctrl-A Backspace for prev on Ubuntu...

2007-03-26 Thread Richard Bronosky
The terminal sends ^? (based on Ctrl-v,Backspace) for backspace. My .screenrc has: termcap xterm-color term "screen" And backspace works on command line, vim normal/insert/command modes, it even works in Ctrl-a,: context. But, it does work in screen Ctrl-a context. I can change the terminal to

Re: More Backspace Issues

2007-03-26 Thread Richard Bronosky
Did you ever get a solution to this? Gmail isn't showing me any responses, but some clients break the threads. On 9/6/06, Aaron Davies <[EMAIL PROTECTED]> wrote: Hi guys, I'm once again having odd backspace issues with screen. They're slightly different from the ones I was having a few months

emacs key binding

2007-03-26 Thread Pieter Luteijn
> Hello, > I would like to use emacs-style keys in screen for movement and cut & > paste (mainly for the latter. for movement I can also use arrow keys). > Is it possible? There's a short mention in the manual (which says it > is not simple) but I did not find any usable example (or if I've seen >

Re: Screwed up term outputs control chars literally

2007-03-26 Thread Andrew Pantyukhin
On 3/26/07, Pieter Luteijn <[EMAIL PROTECTED]> wrote: > Sometimes I manage to screw up my term somehow > and it starts translating control chars into > printable forms. I press Ctrl-C it outputs ^C Probably not screen related, so: What shell do you use, and which OS? Does 'stty sane' fix things?

emacs key binding

2007-03-26 Thread Giulio Bottazzi
Hello, I would like to use emacs-style keys in screen for movement and cut & paste (mainly for the latter. for movement I can also use arrow keys). Is it possible? There's a short mention in the manual (which says it is not simple) but I did not find any usable example (or if I've seen it, I misun