Skip to content

Commit 3a37270

Browse files
committed
mode/prompt-buffer: Rebind first-suggestion and last-suggestion.
Otherwise, the user isn't able to set the cursor at the start and end of the input area. See #3597.
1 parent b24aabd commit 3a37270

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/mode/prompt-buffer.lisp

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ listed and chosen from with the command `set-action-on-return' (bound to
2828
"button4" 'previous-suggestion
2929
"down" 'next-suggestion
3030
"button5" 'next-suggestion
31-
"home" 'first-suggestion
31+
"shift-home" 'first-suggestion
3232
"pagehome" 'first-suggestion
33-
"end" 'last-suggestion
33+
"shift-end" 'last-suggestion
3434
"pageend" 'last-suggestion
3535
"pageup" 'previous-page
3636
"pagedown" 'next-page

0 commit comments

Comments
 (0)