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

This commit is contained in:
Daniel Fichtinger 2025-06-02 14:10:14 -04:00
parent 659e3068d9
commit b20aea0fdb

View file

@ -40,9 +40,15 @@ 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.
config.bind(
"<Shift-Escape>",
"mode-leave ;; jseval -q document.activeElement.blur()",
mode="insert",
)
# colemak keybindings
config.bind("m", "scroll left", mode="normal")
config.bind("n", "scroll down", mode="normal")
config.bind("e", "scroll up", mode="normal")