From 1e39c1cd8b02d58b744e9cb35df4ca41f68d5f79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 18 Sep 2014 17:48:23 +0200 Subject: Ignore tab key in command prompt for now --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 8d5d605..c03da71 100644 --- a/config.def.h +++ b/config.def.h @@ -421,6 +421,7 @@ static KeyBinding vis_mode_prompt[] = { { { CONTROL('B') }, movement, { .i = MOVE_FILE_BEGIN } }, { { KEY(END) }, movement, { .i = MOVE_FILE_END } }, { { CONTROL('E') }, movement, { .i = MOVE_FILE_END } }, + { { NONE('\t') }, NULL, { NULL } }, { /* empty last element, array terminator */ }, }; -- cgit v1.2.3