init.vim: usar :Files en vez de FZF y ponerlo abajo en vez de flotando
This commit is contained in:
parent
b703fece83
commit
08b7408843
1 changed files with 3 additions and 1 deletions
|
@ -70,4 +70,6 @@ for _, lsp in ipairs(servers) do
|
||||||
end
|
end
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
noremap <space>f :FZF<return>
|
let g:fzf_layout = { 'down': '40%' }
|
||||||
|
|
||||||
|
noremap <space>f :Files<return>
|
||||||
|
|
Loading…
Reference in a new issue