.conkerorrc/init.js
This commit is contained in:
parent
c04a689843
commit
23dd96f3f1
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue