commit 5c9aa01b9bf7aa49c52197f8c5b5136986055b56
parent d0a6ad3938d7a09b6b3320eb9eb165bfadf6a07c
Author: Chris Noxz <chris@noxz.tech>
Date: Sat, 28 Mar 2020 16:49:05 +0100
[vimb] set searx as default search engine
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/vimb/.config/vimb/config b/vimb/.config/vimb/config
@@ -71,12 +71,14 @@ set strict-ssl=on
nnoremap @ :set strict-ssl!<CR>r
# shortcuts
+shortcut-add s=https://searx.info?q=$0
shortcut-add d=https://duckduckgo.com/html?q=$0
+shortcut-add dd=https://duckduckgo.com/?q=$0
shortcut-add a=https://wiki.archlinux.org/index.php?title=Special%%3ASearch&search=$0&go=Go
# Set the shortcut as the default, that is the shortcut to be used if no
# shortcut is given and the string to open is not an URI.
-shortcut-default d
+shortcut-default s
# GUI color settings
# Color scheme: Base16 Eighties (https://github.com/chriskempson/base16)