jonsequitur / dotnet-repl

A polyglot REPL built on .NET Interactive
MIT License
732 stars 36 forks source link

Arrow up doesn't work #26

Open WhiteBlackGoose opened 3 years ago

WhiteBlackGoose commented 3 years ago

When I want to repeat the last command, I press the "arrow up" key, but here it doesn't do anything for some reason.

jonsequitur commented 3 years ago

Ctrl-Up and Ctrl-Down will let you navigate through your current session's submission history.

I'd like to add support for Up and Down but I think it needs to happen in RadLine.

Thoughts @patriksvensson?

seeplusplus commented 3 years ago

it would be a nice addition, since Ctrl+Up/Ctrl+Down is mapped to Mission control related functionality on Mac OS

patriksvensson commented 3 years ago

Tracking this in RadLine here: https://github.com/spectreconsole/radline/issues/4