1
0
Fork 0

Use neovim as the qutebrowser editor

This commit is contained in:
Jeremy Kaplan 2018-02-02 17:15:04 -08:00 committed by Jeremy Kaplan
commit 0c65a1fd0c

View file

@ -708,7 +708,7 @@ c.downloads.location.suggestion = 'both'
## The editor (and arguments) to use for the `open-editor` command. `{}` ## The editor (and arguments) to use for the `open-editor` command. `{}`
## gets replaced by the filename of the file to be edited. ## gets replaced by the filename of the file to be edited.
## Type: ShellCommand ## Type: ShellCommand
c.editor.command = ['urxvt', '-e', 'emacs', '{}'] c.editor.command = ['urxvt', '-e', 'nvim', '{}']
## Encoding to use for the editor. ## Encoding to use for the editor.
## Type: Encoding ## Type: Encoding