There's follow-new-buffer that could be a replacement for this, but given how it works, C-Return isn't probably a good place to bind it to. --- modules/bindings/default/content-buffer/normal.js | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/modules/bindings/default/content-buffer/normal.js b/modules/bindings/default/content-buffer/normal.js index dc81ccd..c0d1455 100644 --- a/modules/bindings/default/content-buffer/normal.js +++ b/modules/bindings/default/content-buffer/normal.js @@ -32,8 +32,6 @@ define_key(content_buffer_normal_keymap, "C-x h", "cmd_selectAll"); define_key(content_buffer_normal_keymap, "C-g", "stop-loading"); -define_key(content_buffer_normal_keymap, "C-return", "follow-link-in-new-buffer"); - define_key(content_buffer_normal_keymap, "escape", "unfocus"); define_key(content_buffer_normal_keymap, "M-escape", "unfocus"); -- 1.6.2.3 _______________________________________________ Conkeror mailing list [email protected] https://www.mozdev.org/mailman/listinfo/conkeror
