AutoYADM commit: 2025-06-02 14:25:14
This commit is contained in:
parent
f51da3a76f
commit
af41723055
1 changed files with 15 additions and 16 deletions
|
@ -55,24 +55,23 @@ config.bind(
|
|||
mode="normal",
|
||||
)
|
||||
|
||||
# colemak keybindings
|
||||
config.bind("m", "scroll left", mode="normal")
|
||||
config.bind("n", "scroll down", mode="normal")
|
||||
config.bind("e", "scroll up", mode="normal")
|
||||
config.bind("i", "scroll right", mode="normal")
|
||||
config.bind("M", "back", mode="normal")
|
||||
config.bind("N", "tab-next", mode="normal")
|
||||
config.bind("E", "tab-prev", mode="normal")
|
||||
config.bind("<Ctrl-i>", "tab-next", mode="normal")
|
||||
config.bind("<Ctrl-m>", "tab-prev", mode="normal")
|
||||
config.bind("I", "forward", mode="normal")
|
||||
config.bind("K", "bookmark-add", mode="normal")
|
||||
config.bind("k", "quickmark-save", mode="normal")
|
||||
config.bind("J", "search-prev", mode="normal")
|
||||
config.bind("j", "search-next", mode="normal")
|
||||
config.bind("<Ctrl-/>", "hint links spawn --detach mpv {hint-url}")
|
||||
sets = {
|
||||
"normal": [
|
||||
["m", "scroll left"],
|
||||
["n", "scroll down"],
|
||||
["e", "scroll up"],
|
||||
["i", "scroll right"],
|
||||
["M", "back"],
|
||||
["N", "tab-next"],
|
||||
["E", "tab-prev"],
|
||||
["<Ctrl-i>", "tab-next"],
|
||||
["<Ctrl-m>", "tab-prev"],
|
||||
["I", "forward"],
|
||||
["K", "bookmark-add"],
|
||||
["k", "quickmark-save"],
|
||||
["J", "search-prev"],
|
||||
["j", "search-next"],
|
||||
["<Ctrl-/>", "hint links spawn --detach mpv {hint-url}"],
|
||||
["gm", "tab-focus 1"],
|
||||
["gi", "tab-focus -1"],
|
||||
["gN", "tab-move +"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue