mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
added d0 to vi keybindings
This commit is contained in:
parent
16bf98f928
commit
3b4234a9de
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ function fish_vi_key_bindings --description 'vi-like key bindings for fish'
|
||||||
bind -s --preset D kill-line
|
bind -s --preset D kill-line
|
||||||
bind -s --preset d\$ kill-line
|
bind -s --preset d\$ kill-line
|
||||||
bind -s --preset d\^ backward-kill-line
|
bind -s --preset d\^ backward-kill-line
|
||||||
|
bind -s --preset d0 backward-kill-line
|
||||||
bind -s --preset dw kill-word
|
bind -s --preset dw kill-word
|
||||||
bind -s --preset dW kill-bigword
|
bind -s --preset dW kill-bigword
|
||||||
bind -s --preset diw forward-char forward-char backward-word kill-word
|
bind -s --preset diw forward-char forward-char backward-word kill-word
|
||||||
|
|
Loading…
Reference in a new issue