VIM: Makes fzf open in a floating window rather than as a split
This commit is contained in:
parent
1096526ef3
commit
4d960bfe43
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
" Prefixes all of the fzf commands
|
" Prefixes all of the fzf commands
|
||||||
let g:fzf_command_prefix = 'Fzf'
|
let g:fzf_command_prefix = 'Fzf'
|
||||||
|
|
||||||
|
let g:fzf_layout = { 'window': { 'width': 0.9, 'height': 0.8 } }
|
||||||
|
|
||||||
" Mappings for common Fzf commands
|
" Mappings for common Fzf commands
|
||||||
nnoremap <leader>f = :FzfFiles<cr>
|
nnoremap <leader>f = :FzfFiles<cr>
|
||||||
nnoremap <leader>b = :FzfBuffers<cr>
|
nnoremap <leader>b = :FzfBuffers<cr>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue