atuin
atuin copied to clipboard
Using Ctrl-r breaking other up and down arrow key bindings
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