[Conkeror] [PATCH] Remove binding for nonexistent command follow-link-in-new-buffer.

Antti Nykanen aon at iki.fi
Thu Apr 23 17:35:33 PDT 2009


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



More information about the Conkeror mailing list