feature request: allow disable "/" keybind applicable when "ctrl+r" is enabled (for ble.sh compatibility)
Opened this issue · 0 comments
markaacosta commented
What did you expect to happen?
When "ctrl+r" is enabled, atuin makes /
keybind show the atuin history: this line I think
This /
bind is also used by ble.sh for searching forward on the line. Right now to get that ble.sh functionality I want, I'm manually disabling atuin's keybind after atuin sets it, before then picking up ble.sh:
# my dirty fix
bind -m vi-command -r "/"
I'm wondering if there could be a toml setting for this, or a --disable-forward-slash
flag, something like that, so we can retain this key for ble.sh if we wish?
Regards, Mark A
What happened?
n/a
Atuin doctor output
n/a
Code of Conduct
- I agree to follow this project's Code of Conduct