gyakovlev / fish-fzy

fzy inegration with fish. Search history, navigate directories and more. Blazingly fast.
MIT License
23 stars 6 forks source link

Ctrl-F conflicts with Fish's default #3

Open Domon opened 6 years ago

Domon commented 6 years ago

https://github.com/fisherman/fzy/pull/2 introduced a fzy_select_directory function bound to Ctrl-F.

However, accept-autosuggestion is also bound to Ctrl-F in Fish by default.

Is there any way to keep Fish's default Ctrl-F?

Thanks! 😄

gyakovlev commented 6 years ago

there is no configuration knob for that currently, it just overrides that. I'll look into that sometime soon.

paddor commented 3 years ago

@Domon I noticed that with FZF as well. I've adapted to press ^E instead. It seems to do the same thing.