AutoYADM commit: 2025-06-02 14:10:14
This commit is contained in:
parent
659e3068d9
commit
b20aea0fdb
1 changed files with 7 additions and 1 deletions
|
@ -40,9 +40,15 @@ c.url.searchengines["!g"] = (
|
||||||
"http://www.google.com/search?hl=en&source=hp&ie=ISO-8859-l&q={}"
|
"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={}"
|
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
|
# colemak keybindings
|
||||||
|
|
||||||
config.bind("m", "scroll left", mode="normal")
|
config.bind("m", "scroll left", mode="normal")
|
||||||
config.bind("n", "scroll down", mode="normal")
|
config.bind("n", "scroll down", mode="normal")
|
||||||
config.bind("e", "scroll up", mode="normal")
|
config.bind("e", "scroll up", mode="normal")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue