VIM: Makes fzf open in a floating window rather than as a split

Jonathan Hodgson 4 years ago
parent 337e1c2354
commit 640285b438
  1. 3
      nvim/.config/nvim/plugin/fzf.vim

@ -1,5 +1,8 @@
" Prefixes all of the fzf commands
let g:fzf_command_prefix = 'Fzf'
let g:fzf_layout = { 'window': { 'width': 0.9, 'height': 0.8 } }
" Mappings for common Fzf commands
nnoremap <leader>f = :FzfFiles<cr>
nnoremap <leader>b = :FzfBuffers<cr>

Loading…
Cancel
Save