AutoYADM commit: 2025-06-02 14:15:15

This commit is contained in:
Daniel Fichtinger 2025-06-02 14:15:15 -04:00
parent b20aea0fdb
commit 13ac7132fa

View file

@ -40,13 +40,14 @@ c.url.searchengines["!g"] = (
"http://www.google.com/search?hl=en&source=hp&ie=ISO-8859-l&q={}"
)
c.url.searchengines["ap"] = "https://www.archlinux.org/packages/?sort=&q={}"
# with config.pattern('chatgpt.com') as p:
# p.
with config.pattern("chatgpt.com") as p:
p.bindings.commands["normal"]["<Escape>"] = "click-element css main"
config.bind(
"<Shift-Escape>",
"mode-leave ;; jseval -q document.activeElement.blur()",
mode="insert",
)
config.bind(",<Esc>", "click-element css main", mode="normal")
# colemak keybindings
config.bind("m", "scroll left", mode="normal")