use vis for qutebrowser text field editting
This commit is contained in:
parent
6f3c0199ed
commit
d495b5e904
@ -10,7 +10,7 @@ c.content.ssl_strict = True
|
||||
c.downloads.location.directory = "/data/temporary"
|
||||
c.downloads.location.suggestion = "both"
|
||||
c.downloads.open_dispatcher = "rifle"
|
||||
c.editor.command = ["st", "-e", "nvim", "'{}'"]
|
||||
c.editor.command = ["st", "-e", "vis", "{}"]
|
||||
c.hints.auto_follow = "full-match"
|
||||
c.hints.dictionary = "/usr/share/dict/mnemonic"
|
||||
c.hints.mode = "word"
|
||||
|
Loading…
Reference in New Issue
Block a user