Fix URL editing

This commit is contained in:
Augusto Gunsch 2021-08-28 14:18:26 -03:00
parent 5277e749ee
commit d45476d630
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
1 changed files with 1 additions and 1 deletions

View File

@ -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