1
0
Fork 0

qutebrowser: editor & search

This commit is contained in:
Vladimír Dudr 2023-04-21 08:32:50 +02:00
parent aecde1ae9c
commit 04e11a2ba7

View file

@ -1102,7 +1102,7 @@ c.content.register_protocol_handler = False
## `{line0}`: Same as `{line}`, but starting from index 0. * `{column0}`: ## `{line0}`: Same as `{line}`, but starting from index 0. * `{column0}`:
## Same as `{column}`, but starting from index 0. ## Same as `{column}`, but starting from index 0.
## Type: ShellCommand ## 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. ## Encoding to use for the editor.
## Type: Encoding ## Type: Encoding
@ -1957,6 +1957,7 @@ c.url.searchengines = {
'ddg': 'https://duckduckgo.com/?q={}', 'ddg': 'https://duckduckgo.com/?q={}',
'ti': 'https://tango.info?q={}', 'ti': 'https://tango.info?q={}',
'manphp': 'https://www.php.net/manual-lookup.php?pattern={}', 'manphp': 'https://www.php.net/manual-lookup.php?pattern={}',
'ap': 'https://packages.archlinux.org/?q={}',
} }
## Page(s) to open at the start. ## Page(s) to open at the start.