From bca34f3114976b770442e256fddd62531bbf537f Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Fri, 14 Oct 2016 09:20:21 +0530 Subject: [PATCH] fish: Bind \e\cd to ranger --- .config/fish/functions/fish_user_key_bindings.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/fish/functions/fish_user_key_bindings.fish b/.config/fish/functions/fish_user_key_bindings.fish index 56210a22..06eb2273 100644 --- a/.config/fish/functions/fish_user_key_bindings.fish +++ b/.config/fish/functions/fish_user_key_bindings.fish @@ -5,6 +5,6 @@ function fish_user_key_bindings end ## Ranger - type -q ranger; and bind \e\cb ranger + type -q ranger; and bind \e\cd ranger end