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:
Alex Shinn 2013-10-15 09:01:48 +09:00
parent 156505e798
commit 045c96bbf4

View file

@ -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)