From cd64a777c3ee3e68d0ba7641bc6c79fcacf62c95 Mon Sep 17 00:00:00 2001 From: Julian Aron Prenner Date: Sun, 19 Jan 2014 10:27:39 +0100 Subject: Set $fish_bind_mode to default on fish startup; set $fish_key_bindings when sourcing fish_vi_mode.fish --- input.h | 1 + 1 file changed, 1 insertion(+) (limited to 'input.h') diff --git a/input.h b/input.h index 7eb9343a..d7412212 100644 --- a/input.h +++ b/input.h @@ -13,6 +13,7 @@ inputrc information for key bindings. #define DEFAULT_BIND_MODE L"default" +#define FISH_BIND_MODE_VAR L"fish_bind_mode" /** Key codes for inputrc-style keyboard functions that are passed on -- cgit v1.2.3