Use neovim as the qutebrowser editor
This commit is contained in:
parent
aaa95377bf
commit
0c65a1fd0c
1 changed files with 1 additions and 1 deletions
|
|
@ -708,7 +708,7 @@ c.downloads.location.suggestion = 'both'
|
|||
## The editor (and arguments) to use for the `open-editor` command. `{}`
|
||||
## gets replaced by the filename of the file to be edited.
|
||||
## Type: ShellCommand
|
||||
c.editor.command = ['urxvt', '-e', 'emacs', '{}']
|
||||
c.editor.command = ['urxvt', '-e', 'nvim', '{}']
|
||||
|
||||
## Encoding to use for the editor.
|
||||
## Type: Encoding
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue