atuin icon indicating copy to clipboard operation
atuin copied to clipboard

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

Open aravindhp opened this issue 1 year ago • 0 comments

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

aravindhp avatar Mar 17 '23 22:03 aravindhp