use vis for qutebrowser text field editting

This commit is contained in:
Felix Van der Jeugt 2017-09-30 01:38:06 +02:00
parent 6f3c0199ed
commit d495b5e904
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 1 additions and 1 deletions

View File

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