nvim: plugin_settings: Enable keymappings for scrolling preview window

This commit is contained in:
Sanchayan Maity 2020-09-22 11:14:44 +05:30
parent 0a20d1d3e2
commit ff13f829e5

View file

@ -32,7 +32,7 @@ let g:which_key_use_floating_win = 1
let g:rainbow_active = 1
" FZF
let $FZF_DEFAULT_OPTS='--layout=reverse'
let $FZF_DEFAULT_OPTS="--layout=reverse --bind \"Ctrl-n:preview-down,Ctrl-p:preview-up\""
let g:fzf_layout = { 'window': { 'width': 0.8, 'height': 0.8 } }
" Incremental search