mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 06:39:17 +02:00
Patch from Barry Fishman for C-p, C-n to act as alternates to the up/down arrows in the standard edit-line.
This commit is contained in:
parent
156505e798
commit
045c96bbf4
1 changed files with 2 additions and 0 deletions
|
@ -592,6 +592,8 @@
|
|||
(vector-set! v 11 command/forward-delete-line)
|
||||
(vector-set! v 12 command/refresh)
|
||||
(vector-set! v 13 command/skip)
|
||||
(vector-set! v 14 command/forward-history)
|
||||
(vector-set! v 16 command/backward-history)
|
||||
(vector-set! v 21 command/backward-delete-line)
|
||||
(vector-set! v 27 (make-standard-escape-keymap))
|
||||
(vector-set! v 127 command/backward-delete-char)
|
||||
|
|
Loading…
Add table
Reference in a new issue