We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b170335 commit 6ff6cafCopy full SHA for 6ff6caf
editor.c
@@ -1998,6 +1998,7 @@ static void _editor_init_kmaps(editor_t *editor) {
1998
MLE_KBINDING_DEF("_editor_prompt_input_submit", "C-c"),
1999
MLE_KBINDING_DEF("_editor_prompt_input_submit", "C-x"),
2000
MLE_KBINDING_DEF("_editor_prompt_input_submit", "M-c"),
2001
+ MLE_KBINDING_DEF("_editor_prompt_history_up", "C-r"),
2002
MLE_KBINDING_DEF("_editor_prompt_history_up", "C-p"),
2003
MLE_KBINDING_DEF("_editor_prompt_history_down", "C-n"),
2004
MLE_KBINDING_DEF(NULL, NULL)
0 commit comments