diff options
| -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 00c1bd7..6c63301 100644 --- a/config.def.h +++ b/config.def.h @@ -703,6 +703,8 @@ static KeyBinding vis_prompt_mode[] = { { { CONTROL('J') }, prompt_enter, { NULL } }, { { KEY(UP) }, prompt_up, { NULL } }, { { KEY(DOWN) }, prompt_down, { NULL } }, + { { KEY(HOME) }, movement, { .i = MOVE_FILE_BEGIN } }, + { { KEY(END) }, movement, { .i = MOVE_FILE_END } }, { /* empty last element, array terminator */ }, }; |
