aboutsummaryrefslogtreecommitdiff
path: root/conkerorrc
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2016-11-18 22:34:36 +0100
committerKarel Kočí <cynerd@email.cz>2016-11-18 22:34:36 +0100
commit6d046fcf58c53e8076656bbcae8bdaad87aa1328 (patch)
tree7b6cf5d6ddafb3a83516b4dc175f02f489c42533 /conkerorrc
parentd1c00b2782567bf1d816962f1d96f1cd7732ed13 (diff)
downloadmyconfigs-6d046fcf58c53e8076656bbcae8bdaad87aa1328.tar.gz
myconfigs-6d046fcf58c53e8076656bbcae8bdaad87aa1328.tar.bz2
myconfigs-6d046fcf58c53e8076656bbcae8bdaad87aa1328.zip
Various small changes
I am lazy to sum them up O:-)
Diffstat (limited to 'conkerorrc')
-rw-r--r--conkerorrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/conkerorrc b/conkerorrc
index 1ede2ba..47e9b42 100644
--- a/conkerorrc
+++ b/conkerorrc
@@ -33,6 +33,10 @@ require("adblockplus.js");
// Set zoom to 90%
session_pref("layout.css.devPixelsPerPx", "0.9");
+// Just key-kill all websites. I can use quote mode (ctrl+q)
+require("key-kill");
+key_kill_mode.test.push(/\/\/.*\//); //regexp matches all sites
+
/////////////////////////////////////////////////////////////////////////////////
// reopening closed buffers
define_key(default_global_keymap, "A-W", "revive-buffer");