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.