junegunn / fzf.vim

fzf :heart: vim
MIT License
9.52k stars 582 forks source link

fzf_preview_window pref is only for Vim, not NeoVim? #1471

Open vitaly-zdanevich opened 1 year ago

vitaly-zdanevich commented 1 year ago

I have this in my vimrc:

let g:fzf_preview_window = ['up,50%', 'ctrl-/']

Result: fullscreen in Vim, but not full screen in NeoVim.