From 04e11a2ba7957506afb0bf0373ad94d654880dab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Dudr?= Date: Fri, 21 Apr 2023 08:32:50 +0200 Subject: [PATCH] qutebrowser: editor & search --- dot_config/private_qutebrowser/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dot_config/private_qutebrowser/config.py b/dot_config/private_qutebrowser/config.py index 3800def..c12924e 100644 --- a/dot_config/private_qutebrowser/config.py +++ b/dot_config/private_qutebrowser/config.py @@ -1102,7 +1102,7 @@ c.content.register_protocol_handler = False ## `{line0}`: Same as `{line}`, but starting from index 0. * `{column0}`: ## Same as `{column}`, but starting from index 0. ## Type: ShellCommand -# c.editor.command = ['gvim', '-f', '{file}', '-c', 'normal {line}G{column0}l'] +c.editor.command = ['kitty', '-e', 'nvim', '{file}', '-c', 'normal {line}G{column0}l'] ## Encoding to use for the editor. ## Type: Encoding @@ -1957,6 +1957,7 @@ c.url.searchengines = { 'ddg': 'https://duckduckgo.com/?q={}', 'ti': 'https://tango.info?q={}', 'manphp': 'https://www.php.net/manual-lookup.php?pattern={}', + 'ap': 'https://packages.archlinux.org/?q={}', } ## Page(s) to open at the start.