From 59cbbf78ec456effbe4f6092796372e9186b391a Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Mon, 9 Dec 2019 21:45:03 +0100 Subject: [PATCH] Remove simpleread.js which I never use anyway --- config/qutebrowser/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index f8e2e89..2567560 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -46,7 +46,6 @@ c.aliases = { "wq": "quit --save" config.bind("", "back", mode="normal") config.bind("x", "spawn --detach mpv {url}", mode="normal") config.bind(";x", "hint links spawn --detach mpv {hint-url}", mode="normal") -config.bind("si", "jseval --quiet --file simplyread.js", mode="normal") config.bind("", "prompt-item-focus next", mode="prompt") config.bind("", "prompt-item-focus prev", mode="prompt") config.bind("", "fake-key -g /", mode="prompt")