From 65b0b947c97118217fd3bf83f5a5af7ccafc7dfd Mon Sep 17 00:00:00 2001 From: Martin Pelikan Date: Thu, 1 Jun 2017 15:24:10 -0700 Subject: [PATCH] Remove redundant/non-existent bind forward-kill-word --- share/functions/fish_default_key_bindings.fish | 1 - 1 file changed, 1 deletion(-) diff --git a/share/functions/fish_default_key_bindings.fish b/share/functions/fish_default_key_bindings.fish index 008b183cb..de997db88 100644 --- a/share/functions/fish_default_key_bindings.fish +++ b/share/functions/fish_default_key_bindings.fish @@ -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