diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index 8d37a7e..41a9c2c 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -21,6 +21,10 @@ c.tabs.last_close = "close" c.tabs.show = "multiple" c.url.default_page = "https://calendar.google.com" c.url.start_pages = ["https://calendar.google.com"] +c.aliases = { "wq": "quit --save" + , "set": "set -t" + , "bind": "bind -t" + } config.bind("", "back", mode="normal") config.bind("x", "spawn --detach mpv {url}", mode="normal")