« Return to Thread: New Conkeror User seeking some help

Re: New Conkeror User seeking some help

by John J. Foerch :: Rate this Message:

Reply to Author | View in Thread

On Thu, Jul 09, 2009 at 01:21:47PM -0400, John J. Foerch wrote:
> > open link in new buffer with F instead of C-u f
>
>    define_key(default_global_keymap, "F", "follow-new-buffer");


Oops, error.  It should be this:


   define_key(content_buffer_normal_keymap, "F", "follow-new-buffer");

--
John Foerch
_______________________________________________
Conkeror mailing list
Conkeror@...
https://www.mozdev.org/mailman/listinfo/conkeror

 « Return to Thread: New Conkeror User seeking some help