Fix URL editing
This commit is contained in:
@@ -120,7 +120,7 @@ config.set('content.javascript.enabled', True, 'chrome://*/*')
|
|||||||
config.set('content.javascript.enabled', True, 'qute://*/*')
|
config.set('content.javascript.enabled', True, 'qute://*/*')
|
||||||
|
|
||||||
# Editor
|
# Editor
|
||||||
config.set('editor.command', [ 'st', '-e', 'vim', '{file}' ]);
|
config.set('editor.command', [ 'st', '-e', 'nvim', '{file}' ]);
|
||||||
|
|
||||||
# When/how to show the scrollbar.
|
# When/how to show the scrollbar.
|
||||||
# Type: String
|
# Type: String
|
||||||
|
Reference in New Issue
Block a user