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

Using Ctrl-r breaking other up and down arrow key bindings #787

Closed
aravindhp opened this issue Mar 17, 2023 · 2 comments
Closed

Using Ctrl-r breaking other up and down arrow key bindings #787

aravindhp opened this issue Mar 17, 2023 · 2 comments

Comments

@aravindhp
Copy link

I initialize atuin using eval "$(atuin init bash --disable-up-arrow)" in my .bashrc. Whenever I use the Ctrl-r shortcut to bring up the UI and quit, the other up and down arrow keybindings defined in /etc/intputrc stop working, namely:

## arrow up
"\e[A":history-search-backward
## arrow down
"\e[B":history-search-forward

Expected behavior is for these keybindings to continue working.

Operating system: Fedora 37

@ellie
Copy link
Member

ellie commented Oct 18, 2023

I think this would have been resoled by #1170, as that is the cause of this kind of complaint - sometimes Atuin would change the input mode and not set it back correctly. We no longer need to change the input mode at all, so this should no longer be an issue

@ellie ellie closed this as completed Oct 18, 2023
@aravindhp
Copy link
Author

I confirm that I no longer see the issue with v17.0.0. Thank you!

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

No branches or pull requests

2 participants