From 7561ba6539cf5bb1afd87315911b39a1ff3fceb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 8 Sep 2014 12:18:58 +0200 Subject: Make Home/End keys work in command prompt --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.def.h') 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 */ }, }; -- cgit v1.2.3