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

Command history doesn't place the cursor at the end of retrieved lines #76

Open
ssokolow opened this issue May 8, 2020 · 0 comments
Open

Comments

@ssokolow
Copy link

@ssokolow ssokolow commented May 8, 2020

When I press Up in command mode in rx 0.4.0 to retrieve a previous command, the cursor remains in its original position at the beginning of the line.

Personally, I see this as the most useless place to put it in this situation but, more objectively, it's at odds with how readline (bash, Python's rlcompleter, etc.), ZLE (zsh), and the Javascript consoles in the Firefox and Chrome developer tools behave. (They put the cursor at the end of the retrieved line, as if you'd just typed it manually.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.