<div>Hi Vegard,</div><div><br></div><div>Thanks for your reply, the version of vimpulse I&#39;m using was just pulled from git using git clone &quot;git://<a href="http://gitorious.org/vimpulse/vimpulse.git">gitorious.org/vimpulse/vimpulse.git</a>&quot;. My emacs version is v23.3.</div>
<div><br></div><div>The &quot;vimpulse-want-vi-keys-in-Info&quot; variable works. Thanks a lot.</div><div><br></div><div>I just noticed another issue, the &#39;+&#39; for next line doesn&#39;t seem to be working correctly, it always goes to the previous line, the same as &#39;-&#39;.</div>
<div><br></div><div><br></div><div>Have a nice weekend,</div><div><br></div><div>York</div><div><br></div><div>On Fri, Apr 1, 2011 at 5:31 PM, Vegard �ye &lt;<a href="mailto:vegard_oye@hotmail.com">vegard_oye@hotmail.com</a>&gt; wrote:</div>
<div>On 2011-04-01 21:59 +0100, York Zhao wrote:</div><div><br></div><div>&gt; But, most importantly, in INFO mode, pressing C-z should be able to</div><div>&gt; turn off the vim mode and this doesn&#39;t work.</div><div>
<br></div><div>I&#39;m unable to reproduce this. What version are you using?</div><div><br></div><div>&gt; This has made me unable to navigate in INFO mode, e.g., when I press</div><div>&gt; &#39;l&#39;, I want to go back to the previous page but &#39;l&#39; is still being</div>
<div>&gt; handled by vim mode which moves the cursor to right, keep in mind</div><div>&gt; that this is so even when in &#39;E&#39; mode.</div><div><br></div><div>Vimpulse defines the `vimpulse-want-vi-keys-in-Info&#39; variable,</div>
<div>which you can set to nil before loading it:</div><div><br></div><div>�� (setq vimpulse-want-vi-keys-in-Info nil)</div><div>�� (require &#39;vimpulse)</div><div><br></div><div>That will permanently disable vi keys in Info.</div>
<div><br></div><div>--</div><div>Vegard</div><div><br></div>