diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index a9dad5a..c7696ca 100644 --- a/config.def.h +++ b/config.def.h @@ -399,7 +399,9 @@ static KeyBinding vis_prompt_mode[] = { { { KEY(UP) }, prompt_up, { NULL } }, { { KEY(DOWN) }, prompt_down, { NULL } }, { { KEY(HOME) }, movement, { .i = MOVE_FILE_BEGIN } }, + { { CONTROL('B') }, movement, { .i = MOVE_FILE_BEGIN } }, { { KEY(END) }, movement, { .i = MOVE_FILE_END } }, + { { CONTROL('E') }, movement, { .i = MOVE_FILE_END } }, { /* empty last element, array terminator */ }, }; |
