Open Domon opened 6 years ago
https://github.com/fisherman/fzy/pull/2 introduced a fzy_select_directory function bound to Ctrl-F.
fzy_select_directory
Ctrl-F
However, accept-autosuggestion is also bound to Ctrl-F in Fish by default.
accept-autosuggestion
Is there any way to keep Fish's default Ctrl-F?
Thanks! 😄
there is no configuration knob for that currently, it just overrides that. I'll look into that sometime soon.
@Domon I noticed that with FZF as well. I've adapted to press ^E instead. It seems to do the same thing.
^E
https://github.com/fisherman/fzy/pull/2 introduced a
fzy_select_directory
function bound toCtrl-F
.However,
accept-autosuggestion
is also bound toCtrl-F
in Fish by default.Is there any way to keep Fish's default
Ctrl-F
?Thanks! 😄