You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
I initialize atuin using
eval "$(atuin init bash --disable-up-arrow)"
in my.bashrc
. Whenever I use theCtrl-r
shortcut to bring up the UI and quit, the other up and down arrow keybindings defined in/etc/intputrc
stop working, namely:Expected behavior is for these keybindings to continue working.
Operating system: Fedora 37
The text was updated successfully, but these errors were encountered: