diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index d0e9a61..8d37a7e 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -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"