AutoYADM commit: 2025-06-02 14:15:15
This commit is contained in:
parent
b20aea0fdb
commit
13ac7132fa
1 changed files with 3 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue