How Do I configure fzf to have the search input on top, while having the preview window bottom?
I managed to set the preview window to be on the bottom by:
let g:fzf_preview_window = 'down:40%'
How I put the fzf input line to the top?
This is the result: