aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
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 */ },
};