[vim] fzf preview window size increase
This commit is contained in:
@@ -106,6 +106,7 @@ autocmd BufEnter * if tabpagenr('$') == 1 && winnr('$') == 1 && exists('b:NERDTr
|
|||||||
"
|
"
|
||||||
let g:fzf_preview_window = 'right:50%'
|
let g:fzf_preview_window = 'right:50%'
|
||||||
let g:fzf_layout = { 'window': { 'width': 0.9, 'height': 0.6 } }
|
let g:fzf_layout = { 'window': { 'width': 0.9, 'height': 0.6 } }
|
||||||
|
let g:fzf_layout = { 'window': { 'width': 0.9, 'height': 0.8 } }
|
||||||
|
|
||||||
nnoremap <silent> <Leader>b :Buffers<CR>
|
nnoremap <silent> <Leader>b :Buffers<CR>
|
||||||
nnoremap <silent> <Leader>f :Files<CR>
|
nnoremap <silent> <Leader>f :Files<CR>
|
||||||
|
|||||||
Reference in New Issue
Block a user