mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 20:31:19 -03:00
Remove duplicate \cw binding in default key bindings
This commit is contained in:
@@ -76,7 +76,6 @@ function fish_default_key_bindings -d "Default (Emacs-like) key bindings for fis
|
||||
bind $argv \ce end-of-line
|
||||
bind $argv \ey yank-pop
|
||||
bind $argv \ch backward-delete-char
|
||||
bind $argv \cw backward-kill-word
|
||||
bind $argv \cp up-or-search
|
||||
bind $argv \cn down-or-search
|
||||
bind $argv \cf forward-char
|
||||
|
||||
Reference in New Issue
Block a user