refaktor / rye

homoiconic dynamic programming language with some new ideas
https://ryelang.org
Apache License 2.0
406 stars 21 forks source link

Map Ctrl-U, Ctrl-N, Ctrl-P Keys in REPL #294

Closed cwarden closed 1 month ago

cwarden commented 1 month ago

Map ctrl-u to delete to beginning of line.

Map ctrl-p to previous line from history.

Map ctrl-n to next line from history.