The '?' Key binding to bring up the AI prompt does not work for me. Atuin 18.13.5 + Ghostty + Fish

Not sure what I am doing wrong here but the ? Invocation on the terminal does not work on my end.

If I run _atuin_ai_question_mark directly it does bring it up and I see it in the list of binds when I run bind to see my current key binds.

Here is the truncated list:

bind ctrl-r fzf-history-widget
bind up _atuin_bind_up
bind -M insert ctrl-r fzf-history-widget
bind -M insert up _atuin_bind_up
bind ? _atuin_ai_question_mark
bind ctrl-t fzf-file-widget
bind -M insert ctrl-t fzf-file-widget
bind alt-c fzf-cd-widget
bind -M insert alt-c fzf-cd-widget
bind shift-tab fzf-completion
bind -M insert shift-tab fzf-completion

could you share your atuin doctor output please?

and also a bit more about your system - what terminal is this, what does your shell config file look like, etc

Hi Ellie,

I think I solved the issue.

The problem is the bind that looks to be tied when using fish with vim mode enabled.

One needs to bind it to bind -M insert ? _atuin_ai_question_mark