This commit is contained in:
thek4n 2024-11-12 13:30:58 +03:00
parent c0d34945eb
commit 19a1762d9b

View File

@ -1,12 +1,26 @@
#info #info
j next-line j next-line
k prev-line k prev-line
l forward-char
h backward-char
0 beginning-of-line
$ end-of-line
w forward-word
b backward-word
g beginning-of-node
G end-of-node
^n next-node ^n next-node
^p prev-node ^p prev-node
^u up-node
^d dir-node
#var #var
link-style=yellow link-style=magenta,underline
active-link-style=yellow,bold active-link-style=cyan,bold,underline
match-style=underline,bold,nocolour match-style=underline,bold,nocolour
scroll-behavior=Page Only scroll-behavior=Page Only
cursor-movement-scrolls=Off cursor-movement-scrolls=Off