summaryrefslogtreecommitdiffstats
path: root/conkerorrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-09-25 02:02:03 -0500
committerJesse Luehrs <doy@tozt.net>2009-09-25 02:02:03 -0500
commitd000a957c8d006a3dd05108a2b2e170417066583 (patch)
tree1d11c3d77816867347ec4b535fd90d8087dacc94 /conkerorrc
parent74cd980f996a2282f7c6e371c18a21e2311a7230 (diff)
downloadconf-d000a957c8d006a3dd05108a2b2e170417066583.tar.gz
conf-d000a957c8d006a3dd05108a2b2e170417066583.zip
make the download buffer a little more sane
Diffstat (limited to 'conkerorrc')
-rw-r--r--conkerorrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/conkerorrc b/conkerorrc
index 9f03160..9f28ff4 100644
--- a/conkerorrc
+++ b/conkerorrc
@@ -4,6 +4,8 @@
// Built-in {{{
// Don't let kill-buffer close the window
can_kill_last_buffer = false;
+// don't use a new window for the download buffer
+download_buffer_automatic_open_target = [OPEN_NEW_BUFFER_BACKGROUND, OPEN_NEW_WINDOW];
// display the url before going to it in hints mode
hints_display_url_panel = true;
// don't use a homepage
@@ -127,6 +129,14 @@ webjumps["urban"] = webjumps["slang"];
undefine_key(content_buffer_normal_keymap, "b");
undefine_key(content_buffer_normal_keymap, "g");
undefine_key(content_buffer_normal_keymap, "G");
+undefine_key(download_buffer_keymap, "d");
+undefine_key(download_buffer_keymap, "p");
+undefine_key(download_buffer_keymap, "o");
+
+define_key(download_buffer_keymap, "space", "download-pause-or-resume");
+define_key(download_buffer_keymap, "C-c", "download-cancel");
+define_key(download_buffer_keymap, "t", "find-url-new-buffer");
+define_key(download_buffer_keymap, "P", "paste-url-new-buffer");
define_key(content_buffer_normal_keymap, "L", "forward");
define_key(content_buffer_normal_keymap, "M-right", "forward");