From 23dd96f3f1b6171a1c21fb93f3010c64b19f892d Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 4 Dec 2012 17:41:00 +0100 Subject: .conkerorrc/init.js --- .conkerorrc/init.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.conkerorrc/init.js') diff --git a/.conkerorrc/init.js b/.conkerorrc/init.js index a165cb6..939d3a6 100644 --- a/.conkerorrc/init.js +++ b/.conkerorrc/init.js @@ -109,7 +109,7 @@ define_webjump("arch/packages", "https://www.archlinux.org/packages/?sort=&q=%s&limit=50", $alternative="https://packages.archlinux.org"); -content_policy_bytype_table.object = oni_block_flash; +// content_policy_bytype_table.object = oni_block_flash; cwd = make_file("/home/slash/downloads/"); hint_digits = "arstdhneio"; read_buffer_show_icons = true; @@ -120,6 +120,7 @@ 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(default_base_keymap, "C-x f", "follow-new-buffer"); add_hook("before_quit_hook", oni_before_quit_func); -- cgit v1.2.3-54-g00ecf