BUG - Unable to disable vim mode in INFO mode
Vegard Øye
vegard_oye at hotmail.com
Fri Apr 1 23:31:46 CEST 2011
On 2011-04-01 21:59 +0100, York Zhao wrote:
> But, most importantly, in INFO mode, pressing C-z should be able to
> turn off the vim mode and this doesn't work.
I'm unable to reproduce this. What version are you using?
> This has made me unable to navigate in INFO mode, e.g., when I press
> 'l', I want to go back to the previous page but 'l' is still being
> handled by vim mode which moves the cursor to right, keep in mind
> that this is so even when in 'E' mode.
Vimpulse defines the `vimpulse-want-vi-keys-in-Info' variable,
which you can set to nil before loading it:
(setq vimpulse-want-vi-keys-in-Info nil)
(require 'vimpulse)
That will permanently disable vi keys in Info.
--
Vegard
More information about the implementations-list
mailing list