set default qutebrowser editor to nvim
This commit is contained in:
parent
5d146684a9
commit
49b8171eb4
1 changed files with 21 additions and 0 deletions
21
.config/qutebrowser/config.py
Normal file
21
.config/qutebrowser/config.py
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Autogenerated config.py
|
||||||
|
# Documentation:
|
||||||
|
# qute://help/configuring.html
|
||||||
|
# qute://help/settings.html
|
||||||
|
|
||||||
|
# Uncomment this to still load settings configured via autoconfig.yml
|
||||||
|
# config.load_autoconfig()
|
||||||
|
|
||||||
|
# Enable JavaScript.
|
||||||
|
# Type: Bool
|
||||||
|
config.set('content.javascript.enabled', True, 'file://*')
|
||||||
|
|
||||||
|
# Enable JavaScript.
|
||||||
|
# Type: Bool
|
||||||
|
config.set('content.javascript.enabled', True, 'chrome://*/*')
|
||||||
|
|
||||||
|
# Enable JavaScript.
|
||||||
|
# Type: Bool
|
||||||
|
config.set('content.javascript.enabled', True, 'qute://*/*')
|
||||||
|
|
||||||
|
c.editor.command = ["alacritty", "-e", "nvim", "-f", "{file}"]
|
Loading…
Reference in a new issue