mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-10 21:11:15 -03:00
fish_default_key_bindings: remove duplicate ctrl-k binding
It's in the shared bindings since f9b7992.
This commit is contained in:
@@ -23,8 +23,6 @@ function fish_default_key_bindings -d "emacs-like key binds"
|
||||
__fish_shared_key_bindings $argv
|
||||
or return # protect against invalid $argv
|
||||
|
||||
bind --preset $argv ctrl-k kill-line
|
||||
|
||||
bind --preset $argv right forward-char
|
||||
bind --preset $argv left backward-char
|
||||
$legacy_bind --preset $argv -k right forward-char
|
||||
|
||||
Reference in New Issue
Block a user