We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b24aabd commit 3a37270Copy full SHA for 3a37270
source/mode/prompt-buffer.lisp
@@ -28,9 +28,9 @@ listed and chosen from with the command `set-action-on-return' (bound to
28
"button4" 'previous-suggestion
29
"down" 'next-suggestion
30
"button5" 'next-suggestion
31
- "home" 'first-suggestion
+ "shift-home" 'first-suggestion
32
"pagehome" 'first-suggestion
33
- "end" 'last-suggestion
+ "shift-end" 'last-suggestion
34
"pageend" 'last-suggestion
35
"pageup" 'previous-page
36
"pagedown" 'next-page
0 commit comments