Skip to content

Commit

Permalink
allow quick recall of prev isearch by inputting C-r twice
Browse files Browse the repository at this point in the history
  • Loading branch information
adsr committed Nov 23, 2024
1 parent b170335 commit 6ff6caf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor.c
Original file line number Diff line number Diff line change
Expand Up @@ -1998,6 +1998,7 @@ static void _editor_init_kmaps(editor_t *editor) {
MLE_KBINDING_DEF("_editor_prompt_input_submit", "C-c"),
MLE_KBINDING_DEF("_editor_prompt_input_submit", "C-x"),
MLE_KBINDING_DEF("_editor_prompt_input_submit", "M-c"),
MLE_KBINDING_DEF("_editor_prompt_history_up", "C-r"),
MLE_KBINDING_DEF("_editor_prompt_history_up", "C-p"),
MLE_KBINDING_DEF("_editor_prompt_history_down", "C-n"),
MLE_KBINDING_DEF(NULL, NULL)
Expand Down

0 comments on commit 6ff6caf

Please sign in to comment.