Re: Moving one line up in utop
"Philip Dexter [email protected] [ocaml_beginners]" <[email protected]> Sat, 16 Jul 2016 12:35:59 +0100
| Newsgroups | gmane.comp.lang.ocaml.beginners |
|---|---|
| Message-ID | <[email protected]> |
"[email protected] [ocaml_beginners]" <[email protected]> writes: > In utop, pressing the upwards arrow key makes one go the previous > command. Is there a way to go just one line up while staying in the > same command ? Ctrl-p Ctrl-n will go down Alt-p is the same as pressing up Alt-n is the same as pressing down