diff --git a/vimrc b/vimrc index 6a1716d..11fbd92 100644 --- a/vimrc +++ b/vimrc @@ -67,6 +67,7 @@ set wildmenu " use menu for command line completion set t_Co=256 " 256 colors in terminal let g:CommandTMatchWindowAtTop=1 " commant-t at top +let g:CommandTMaxFiles=99999 " number of scanned files """""""""""""""""""" " my mappings