You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to #1055, I enjoy using vim8's terminal to use terminal mappings for cycling fzf modes.
However, if I have the down key in g:fzf_layout dictionary, fzf will always prefer to use height mode.
Is it possible to add a g:fzf_prefer_term that chooses the vim 8 terminal over height mode? Maybe something like this?
Instead of adding a new option, I'm thinking of changing the code to always use the built-in terminal when available as I'd like to iron out the differences between Vim and Neovim and make the code simpler.
The reason I chose --height over terminal in that case was two-fold.
The built-in terminal of Vim 8 was not stable back then. This is no longer true.
Can use more space; FZF can use two more lines at the bottom of the screen (statusline and command line of Vim)
But the drawback of using --height is that it pushes the contents upwards while fzf is running
Anyway, until I decide what I'm going to do with it, you can force fzf to use terminal buffer by using window layout.
man fzf
)Info
Problem / Steps to reproduce
Similar to #1055, I enjoy using vim8's terminal to use terminal mappings for cycling fzf modes.
However, if I have the
down
key ing:fzf_layout
dictionary, fzf will always prefer to use height mode.Is it possible to add a
g:fzf_prefer_term
that chooses the vim 8 terminal over height mode? Maybe something like this?The text was updated successfully, but these errors were encountered: