summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-09-24 15:19:36 -0500
committerJesse Luehrs <doy@tozt.net>2009-09-24 15:21:23 -0500
commit3527babd18b25d3b69d20c63f159789d9899ac56 (patch)
tree12c702f193cd61ca927e51fcf239cb321103acdb
parent7b73970cadf57f435449e2ff0b9916e210cf6102 (diff)
downloadconf-3527babd18b25d3b69d20c63f159789d9899ac56.tar.gz
conf-3527babd18b25d3b69d20c63f159789d9899ac56.zip
implement find-alternate-url-new-buffer for T
-rw-r--r--conkerorrc8
1 files changed, 6 insertions, 2 deletions
diff --git a/conkerorrc b/conkerorrc
index 4f6290c..0a88756 100644
--- a/conkerorrc
+++ b/conkerorrc
@@ -104,6 +104,11 @@ interactive("root", // {{{
"Go to the root of the current URL",
"find-url",
$browser_object = browser_object_root_url); // }}}
+interactive("find-alternate-url-new-buffer", // {{{
+ "Edit the current URL in the minibuffer, to open in a new buffer",
+ "find-url-new-buffer",
+ $browser_object = browser_object_alternate_url,
+ $prompt = "Find url"); // }}}
// }}}
// Webjumps {{{
define_webjump("imdb", "http://imdb.com/find?q=%s");
@@ -132,7 +137,7 @@ define_key(content_buffer_normal_keymap, "g U", "root");
define_key(content_buffer_normal_keymap, "o", "find-url");
define_key(content_buffer_normal_keymap, "O", "find-alternate-url");
define_key(content_buffer_normal_keymap, "t", "find-url-new-buffer");
-//define_key(content_buffer_normal_keymap, "T", "find-alternate-url-new-buffer");
+define_key(content_buffer_normal_keymap, "T", "find-alternate-url-new-buffer");
define_key(content_buffer_normal_keymap, "k", "cmd_scrollLineUp");
define_key(content_buffer_normal_keymap, "j", "cmd_scrollLineDown");
@@ -170,7 +175,6 @@ add_hook("window_initialize_hook", set_proxy_session);
/*
* TODO:
- * - "find-alternate-url-new-buffer" command for vimperator's T
* - make isearch wrap around
* - undo close tab
* - there might be an easier way to do copy-current-url, using "0" or