mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 11:31:30 +01:00
vim: improve fzf configuration
This commit is contained in:
parent
40540908e0
commit
ea95b4edce
|
@ -195,3 +195,6 @@ let g:UltiSnipsEditSplit="vertical"
|
||||||
"" Fzf
|
"" Fzf
|
||||||
let g:fzf_layout = { 'down': '~40%' }"
|
let g:fzf_layout = { 'down': '~40%' }"
|
||||||
" let g:fzf_colors = "gruvbox-dark"
|
" let g:fzf_colors = "gruvbox-dark"
|
||||||
|
autocmd! FileType fzf
|
||||||
|
autocmd FileType fzf set laststatus=0 noshowmode noruler
|
||||||
|
\| autocmd BufLeave <buffer> set laststatus=2 showmode ruler
|
||||||
|
|
Loading…
Reference in New Issue
Block a user