man fzf)A feature to use hjkl keys to navigate file list in fzf preview window command. Allow users to enable this feature on/off, i.e by default input in fzf widow does not search for file name matching.
Allowing users to switch focus to preview window and uses hjkl bindings to scroll files would also be great.
Thanks for the suggestion, but I'm not interested in adding mode switching to fzf to keep it simple.
You can bind j and k to down and up although you can't turn it off.
fzf --preview 'cat {}' --bind 'j:down,k:up,ctrl-j:preview-down,ctrl-k:preview-up'
Most helpful comment
Thanks for the suggestion, but I'm not interested in adding mode switching to fzf to keep it simple.
You can bind
jandktodownandupalthough you can't turn it off.