From 07c81eaa31a0138dee4cee04d4c609871efd6bff Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 27 Sep 2020 22:27:51 -0400 Subject: update far window width --- plug-config/far.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plug-config/far.vim') diff --git a/plug-config/far.vim b/plug-config/far.vim index d142e357..394746de 100644 --- a/plug-config/far.vim +++ b/plug-config/far.vim @@ -5,7 +5,7 @@ let g:far#source='rgnvim' set lazyredraw " improve scrolling performance when navigating through large results -let g:far#window_width=40 +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 -- cgit v1.2.3