From 6d86dc94cffee3fcda48f634fb05556cb861b0b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 15 Nov 2015 13:56:35 +0100 Subject: Implement command/search prompt history as a regular file --- config.def.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 73a0193..a40924a 100644 --- a/config.def.h +++ b/config.def.h @@ -275,15 +275,6 @@ static const KeyBinding bindings_readline[] = { { 0 /* empty last element, array terminator */ }, }; -static const KeyBinding bindings_prompt[] = { - { "", ACTION(PROMPT_BACKSPACE) }, - { "", ALIAS("") }, - { "", ACTION(PROMPT_ENTER) }, - { "", ALIAS("") }, - { "", ACTION(NOP) }, - { 0 /* empty last element, array terminator */ }, -}; - static const KeyBinding bindings_insert[] = { { "", ACTION(MODE_NORMAL) }, { "", ALIAS("") }, @@ -353,10 +344,4 @@ static const KeyBinding **default_bindings[] = { bindings_basic, NULL, }, - [VIS_MODE_PROMPT] = (const KeyBinding*[]){ - bindings_prompt, - bindings_readline, - bindings_basic, - NULL, - }, }; -- cgit v1.2.3