do not sav settings in qutebrowser
This commit is contained in:
parent
9df6e959db
commit
83bd09d387
@ -21,6 +21,10 @@ c.tabs.last_close = "close"
|
|||||||
c.tabs.show = "multiple"
|
c.tabs.show = "multiple"
|
||||||
c.url.default_page = "https://calendar.google.com"
|
c.url.default_page = "https://calendar.google.com"
|
||||||
c.url.start_pages = ["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("<backspace>", "back", mode="normal")
|
config.bind("<backspace>", "back", mode="normal")
|
||||||
config.bind("x", "spawn --detach mpv {url}", mode="normal")
|
config.bind("x", "spawn --detach mpv {url}", mode="normal")
|
||||||
|
Loading…
Reference in New Issue
Block a user