nvim: plugin_settings: Enable keymappings for scrolling preview window
This commit is contained in:
parent
0a20d1d3e2
commit
ff13f829e5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue