mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 21:18:53 +00:00
Remove redundant/non-existent bind forward-kill-word
This commit is contained in:
parent
c263c59346
commit
65b0b947c9
1 changed files with 0 additions and 1 deletions
|
@ -75,7 +75,6 @@ function fish_default_key_bindings -d "Default (Emacs-like) key bindings for fis
|
|||
bind $argv \e\< beginning-of-buffer
|
||||
bind $argv \e\> end-of-buffer
|
||||
|
||||
bind \ed forward-kill-word
|
||||
bind \ed kill-word
|
||||
|
||||
# Ignore some known-bad control sequences
|
||||
|
|
Loading…
Reference in a new issue