mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-20 22:59:23 +08:00
fish_vi_key_bindings: Implement "d;" and "d," (#7516)
This commit is contained in:
parent
f396a43280
commit
2a86099cfd
@ -166,6 +166,8 @@ function fish_vi_key_bindings --description 'vi-like key bindings for fish'
|
||||
bind -s --preset dl delete-char
|
||||
bind -s --preset di backward-jump-till and repeat-jump-reverse and begin-selection repeat-jump kill-selection end-selection
|
||||
bind -s --preset da backward-jump and repeat-jump-reverse and begin-selection repeat-jump kill-selection end-selection
|
||||
bind -s --preset 'd;' begin-selection repeat-jump kill-selection end-selection
|
||||
bind -s --preset 'd,' begin-selection repeat-jump-reverse kill-selection end-selection
|
||||
|
||||
bind -s --preset -m insert s delete-char repaint-mode
|
||||
bind -s --preset -m insert S kill-whole-line repaint-mode
|
||||
|
Loading…
x
Reference in New Issue
Block a user