mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-02 08:57:19 -04:00
Update vi keybindings to match the new action names
This commit is contained in:
parent
9fcd5ea64e
commit
3cb080e5a2
@ -4,12 +4,12 @@
|
|||||||
# "elinks.conf" to include it.
|
# "elinks.conf" to include it.
|
||||||
|
|
||||||
# vi-like navigation keys
|
# vi-like navigation keys
|
||||||
bind "main" "j" = "down"
|
bind "main" "j" = "move-link-next"
|
||||||
bind "main" "k" = "up"
|
bind "main" "k" = "move-link-prev"
|
||||||
bind "main" "h" = "back"
|
bind "main" "h" = "history-move-back"
|
||||||
bind "main" "l" = "enter"
|
bind "main" "l" = "link-follow"
|
||||||
bind "main" "g" = "home"
|
bind "main" "g" = "move-document-start"
|
||||||
bind "main" "G" = "end"
|
bind "main" "G" = "move-document-end"
|
||||||
|
|
||||||
# Keys close to the above
|
# Keys close to the above
|
||||||
bind "main" "i" = "scroll-up"
|
bind "main" "i" = "scroll-up"
|
||||||
@ -22,8 +22,8 @@ bind "main" "Alt-o" = "goto-url"
|
|||||||
|
|
||||||
# Emacs-like paging keys
|
# Emacs-like paging keys
|
||||||
# Ctrl prefixed keys must be capital :-(
|
# Ctrl prefixed keys must be capital :-(
|
||||||
bind "main" "Alt-v" = "page-up"
|
bind "main" "Alt-v" = "move-page-up"
|
||||||
bind "main" "Ctrl-V" = "page-down"
|
bind "main" "Ctrl-V" = "move-page-down"
|
||||||
|
|
||||||
# Emacs-like editing keys
|
# Emacs-like editing keys
|
||||||
bind "edit" "Ctrl-B" = "left"
|
bind "edit" "Ctrl-B" = "left"
|
||||||
|
Loading…
Reference in New Issue
Block a user