Newbie: Bind error message on atuin installation

I just installed Atuin on the Fish shell (running Arch Linux). When I add the line

atuin init fish | source  

to my config.fish file, I get the following error message:

bind: the -k/--key syntax is no longer supported. See `bind --help` and `bind --key-names`

I haven’t been able to find any discussion of this issue on other forums. Atuin is version 18.8, Fish is version 4.1.2. How can I fix this error? Thank you.

The “atuin init fish” includes the line:
bind -M insert -k up _atuin_bind_up

Which might be the source of the problem.

Same here. It’s just a warning, though.

Used to work without warning just a few days ago.

1 Like