Add keymap for conkeror
One could bind this keymap in their `.conkerorrc' to easily access all the functions provided by CLark's conkeror module. For example: define_key(content_buffer_normal_keymap, "b", clark_keymap);
This commit is contained in:
parent
98ff909164
commit
3f030d3fb3
1 changed files with 2 additions and 0 deletions
|
@ -133,5 +133,7 @@ interactive("clark-find-url-new-buffer",
|
|||
"find-url-new-buffer",
|
||||
$browser_object = browser_object_clark_bookmark);
|
||||
|
||||
define_keymap("clark_keymap");
|
||||
define_key(clark_keymap, "a", "clark-add");
|
||||
|
||||
provide("clark");
|
||||
|
|
Loading…
Reference in a new issue