conkeror: set the b key to markam-add

This commit is contained in:
Tom Willemsen 2013-02-19 00:52:31 +01:00
parent 48d11cb7c1
commit e8a16eb535

View file

@ -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);