help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: w3m - arrow keys


From: Hadron
Subject: Re: w3m - arrow keys
Date: Wed, 21 Mar 2007 23:24:37 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

"Robert D. Crawford" <rdc1x@comcast.net> writes:

> Hadron <hadronquark@gmail.com> writes:
>
>> Is there a way to allow the cursor keys to direct the cursor to freely
>> wander character by character around text in a w3m buffer as opposed to
>> jump between forms/links etc?
>
> (define-key w3m-mode-map [down] 'next-line)
> (define-key w3m-mode-map [up] 'previous-line)
> (define-key w3m-mode-map [right] 'forward-char)
> (define-key w3m-mode-map [left] backward-char)

heh, I figured it might come to that. I guess I was hoping for a key
"release" toggle or something.

thanks.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]