qutebrowser: editor & search
This commit is contained in:
parent
aecde1ae9c
commit
04e11a2ba7
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue