I don't know whether anything is documented, or whether there's a better way (I haven't been involved with developing the new REPL, although I certainly have benefited from it!) It looks like you could modify these lines: https://github.com/JuliaLang/julia/blob/master/base/LineEdit.jl#L1220-L1223
Sorry to hear about your arthritis (didn't read carefully enough the first time). Best, --Tim On Sunday, June 01, 2014 06:17:51 PM Adrian Cuthbertson wrote: > Thanks Tim, but I'm explicitly trying to get it right with up/dn arrow keys > - I'm on a mac which requires fn-PgUp/PgDn which has the same discomfort > problem. I couldn't find any info in the 3.0/latest manual on configuring > the repl - am I missing that somewhere? > > On Sun, Jun 1, 2014 at 5:51 PM, Tim Holy <[email protected]> wrote: > > PgUp/PgDown. See the manual. > > > > --Tim > > > > On Sunday, June 01, 2014 05:38:52 PM Adrian Cuthbertson wrote: > > > Prior to the release of the new REPL I always used rlwrap with > > > > julia-basic > > > > > so I could bind my own up/down arrow keys to history-search forward and > > > backward for a "prefix" string under the cursor. (I have an arthritis > > > problem with ctrl-R). > > > > > > Is there a way of achieving the same with the new REPL, or is there a > > > way > > > of configuring it to work like the old julia-basic? > > > > > > Thanks, Adrian.
