add config for fuzzy-finder fzf
This commit is contained in:
parent
bb6f88f5a1
commit
9ea301b5e7
1 changed files with 4 additions and 0 deletions
4
vimrc
4
vimrc
|
@ -518,3 +518,7 @@ noremap <silent> <C-A-Tab> :execute 'silent! tabmove' . (tabpagenr()+1)<CR>
|
|||
let g:airline_powerline_fonts=1
|
||||
let g:airline#extensions#tabline#enabled = 1
|
||||
let g:airline_theme='angr'
|
||||
|
||||
" Configure fzf - fuzzy finder
|
||||
let g:fzf_preview_window = 'right:50%'
|
||||
let g:fzf_layout = { 'window': { 'width': 0.9, 'height': 0.6 } }
|
||||
|
|
Loading…
Reference in a new issue