Jacob Fong

Results 1 comments of Jacob Fong

I've achieved this by redefining `fzf--start` with 1. `(split-window-vertically window-height)` removed 2. `(switch-to-buffer buf)` replaced by `(pop-to-buffer buf)` And then after you have defined fzf/window-height you should do: ``` (add-to-list...