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
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
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
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
> 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
>
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?
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