From fa0ef715d5a73c4972ef9a42979bbcb65ac531dd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= <henrik@tjaders.com>
Date: Mon, 14 Aug 2017 22:24:52 +0200
Subject: [PATCH] Added Archwiki and google search

---
 .config/qutebrowser/keys.conf        | 7 +------
 .config/qutebrowser/qutebrowser.conf | 2 ++
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/.config/qutebrowser/keys.conf b/.config/qutebrowser/keys.conf
index cfc7c3d..818ed6d 100644
--- a/.config/qutebrowser/keys.conf
+++ b/.config/qutebrowser/keys.conf
@@ -506,11 +506,6 @@ hint links
 hint all tab-bg
     <ctrl-b>
 
-[passthrough]
-# Keybindings for passthrough mode.
-# Since normal keypresses are passed through, only special keys are
-# supported in this mode.
-
 [command]
 # Keybindings for command mode.
 # Since normal keypresses are passed through, only special keys are
@@ -611,7 +606,7 @@ rl-unix-line-discard
     <ctrl-u>
 
 rl-kill-line
-    <ctrl-K>
+    <ctrl-k>
 
 rl-kill-word
     <alt-d>
diff --git a/.config/qutebrowser/qutebrowser.conf b/.config/qutebrowser/qutebrowser.conf
index 5ec5b10..529c8d1 100644
--- a/.config/qutebrowser/qutebrowser.conf
+++ b/.config/qutebrowser/qutebrowser.conf
@@ -1041,6 +1041,8 @@ hide-unmatched-rapid-hints = true
 # signs.
 [searchengines]
 DEFAULT = https://duckduckgo.com/?q={}
+aw = https://wiki.archlinux.org/?search={}
+g = https://www.google.com/search?hl=en&q={}
 
 
 # Aliases for commands.
-- 
GitLab