Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new configurable key binding for history scrolling in addition to Up/Down Arrow #182

Closed
kindermannhubert opened this issue Mar 28, 2022 · 2 comments · Fixed by #197
Closed
Labels
enhancement New feature or request

Comments

@kindermannhubert
Copy link
Collaborator

I would choose Alt+Up/Down Arrow as default (same as in C# Interactive window in VS).

This would work also in multiline statements as opposed to Up/Down Arrow (#181).

@kindermannhubert kindermannhubert added the enhancement New feature or request label Mar 28, 2022
@kindermannhubert
Copy link
Collaborator Author

kindermannhubert commented Apr 2, 2022

Bindings can contain multiple definitions so by default it could contain Up/Down arrows and Alt+Up/Down arrows.

@kindermannhubert
Copy link
Collaborator Author

Alt+Arrow is unfortunately not read by Console.ReadKey...

kindermannhubert added a commit to kindermannhubert/PrettyPrompt that referenced this issue Apr 3, 2022
kindermannhubert added a commit that referenced this issue Apr 3, 2022
…y-binding

Configurable key binding for history scrolling (#182).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant