Fix URL editing
This commit is contained in:
parent
5277e749ee
commit
d45476d630
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue