caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Configure utop to use rlwrap/emacs history keys?
@ 2017-04-14  6:40 Marshall
  2017-04-14 13:25 ` Francois BERENGER
  2017-04-14 13:46 ` Evgeny Roubinchtein
  0 siblings, 2 replies; 4+ messages in thread
From: Marshall @ 2017-04-14  6:40 UTC (permalink / raw)
  To: caml-list

Newbie question:

On OSX 10.11, I would like to configure utop so that Ctrl-P moves to the previously entered line of code, and so that Ctrl-N moves back down toward the most recent line.  According to what ‘man lambda-term-inputrc' and ‘lambda-term-actions’ say, it seems to me that I ought to be able to get this behavior by putting the following in .lambda-term-inputrc in my home directory:

[read-line]
C-p: next-line 
C-n: prev-line

However, this configuration to have no effect.  I can move up and down through command history using the arrow keys, as I could without the rc file, Ctrl-P and Ctrl-N still do nothing.

Thanks very much-

Marshall

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-04-14 15:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-14  6:40 [Caml-list] Configure utop to use rlwrap/emacs history keys? Marshall
2017-04-14 13:25 ` Francois BERENGER
2017-04-14 13:46 ` Evgeny Roubinchtein
2017-04-14 15:06   ` Marshall

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).