fish_vi_key_bindings: add bindings for semicolon and comma in visual mode

They are already presented in normal mode, and I presume were forgotten to be
added in visual mode

I don't add it to ./CHANGELOG.rst because it's a minor change that can be
considered as a bug fix
This commit is contained in:
Nikita Bobko 2024-07-04 14:18:32 +02:00 committed by Fabian Boehm
parent f6d5355d7a
commit c253aa7a8c

View File

@ -317,6 +317,8 @@ function fish_vi_key_bindings --description 'vi-like key bindings for fish'
bind -s --preset -M visual t forward-jump-till
bind -s --preset -M visual F backward-jump
bind -s --preset -M visual T backward-jump-till
bind -s --preset -M visual ';' repeat-jump
bind -s --preset -M visual , repeat-jump-reverse
for key in $eol_keys
bind -s --preset -M visual $key end-of-line