conkeror: set the b key to markam-add
This commit is contained in:
parent
48d11cb7c1
commit
e8a16eb535
1 changed files with 1 additions and 0 deletions
|
@ -159,6 +159,7 @@ define_key(content_buffer_normal_keymap, "C-y", "paste-url-new-buffer");
|
|||
define_key(content_buffer_normal_keymap, "H", "find-url-from-history");
|
||||
define_key(content_buffer_normal_keymap, "h", "find-url-from-history-new-buffer");
|
||||
define_key(default_base_keymap, "C-x f", "follow-new-buffer");
|
||||
define_key(content_buffer_normal_keymap, "b", "markam-add");
|
||||
|
||||
add_hook("before_quit_hook", oni_before_quit_func);
|
||||
add_hook("content_policy_hook", content_policy_bytype);
|
||||
|
|
Loading…
Reference in a new issue