blob: cab863b180e7fad111e9856626ab0a61467545dd (
plain)
1
2
3
4
5
6
7
8
9
|
let g:far#source='rgnvim'
set lazyredraw " improve scrolling performance when navigating through large results
let g:far#window_width=50
" Use %:p with buffer option only
let g:far#file_mask_favorites=['%:p', '**/*.*', '**/*.js', '**/*.py', '**/*.java', '**/*.css', '**/*.html', '**/*.vim', '**/*.cpp', '**/*.c', '**/*.h', ]
let g:far#window_min_content_width=30
let g:far#enable_undo=1
|