mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05: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.
|
||||
|
||||
# vi-like navigation keys
|
||||
bind "main" "j" = "down"
|
||||
bind "main" "k" = "up"
|
||||
bind "main" "h" = "back"
|
||||
bind "main" "l" = "enter"
|
||||
bind "main" "g" = "home"
|
||||
bind "main" "G" = "end"
|
||||
bind "main" "j" = "move-link-next"
|
||||
bind "main" "k" = "move-link-prev"
|
||||
bind "main" "h" = "history-move-back"
|
||||
bind "main" "l" = "link-follow"
|
||||
bind "main" "g" = "move-document-start"
|
||||
bind "main" "G" = "move-document-end"
|
||||
|
||||
# Keys close to the above
|
||||
bind "main" "i" = "scroll-up"
|
||||
@ -22,8 +22,8 @@ bind "main" "Alt-o" = "goto-url"
|
||||
|
||||
# Emacs-like paging keys
|
||||
# Ctrl prefixed keys must be capital :-(
|
||||
bind "main" "Alt-v" = "page-up"
|
||||
bind "main" "Ctrl-V" = "page-down"
|
||||
bind "main" "Alt-v" = "move-page-up"
|
||||
bind "main" "Ctrl-V" = "move-page-down"
|
||||
|
||||
# Emacs-like editing keys
|
||||
bind "edit" "Ctrl-B" = "left"
|
||||
|
Loading…
Reference in New Issue
Block a user