From 0c65a1fd0c6e7b8bc495107c4215be9018e736a0 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Fri, 2 Feb 2018 17:15:04 -0800 Subject: [PATCH] Use neovim as the qutebrowser editor --- qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 20598bf..81fcc04 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -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