From d45476d630cbb6cb7737eea03dec207203d03c45 Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Sat, 28 Aug 2021 14:18:26 -0300 Subject: [PATCH] Fix URL editing --- config/qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index df74f24..c7f47f9 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -120,7 +120,7 @@ config.set('content.javascript.enabled', True, 'chrome://*/*') config.set('content.javascript.enabled', True, 'qute://*/*') # Editor -config.set('editor.command', [ 'st', '-e', 'vim', '{file}' ]); +config.set('editor.command', [ 'st', '-e', 'nvim', '{file}' ]); # When/how to show the scrollbar. # Type: String