mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 06:15:54 +08:00
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:
parent
f6d5355d7a
commit
c253aa7a8c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user