Conkeror: Have C-y open URLs in a new buffer
This commit is contained in:
parent
454fe03fdc
commit
2bf4d69583
1 changed files with 3 additions and 4 deletions
|
@ -145,11 +145,10 @@ title_format_fn = ext_title_format;
|
|||
url_remoting_fn = load_url_in_new_buffer;
|
||||
markam_program = "/home/slash/projects/markam/src/markam";
|
||||
|
||||
define_key(content_buffer_normal_keymap, "h",
|
||||
"find-url-from-history-new-buffer");
|
||||
define_key(content_buffer_normal_keymap, "H",
|
||||
"find-url-from-history");
|
||||
define_key(content_buffer_normal_keymap, "C-x C-b", "switch-to-buffer");
|
||||
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");
|
||||
|
||||
add_hook("before_quit_hook", oni_before_quit_func);
|
||||
|
|
Loading…
Reference in a new issue