X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/b95409a110b36eee9c2b30fefe04d1767758617f..6abbb3046411b7801e28854c1cb5ad0652d514e1:/vim/vimrc?ds=inline diff --git a/vim/vimrc b/vim/vimrc index cb6ecea..22c9cd2 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -247,6 +247,7 @@ set directory=$XDG_CACHE_HOME/vim/swap// set history=5000 " how many command lines are remembered set wildmenu " command-line completion shows a list of matches set wildmode=longest:full,full " specifies how command line completion works +set wildignorecase " ignore case when completing file names set wildignore+=.hg,.git,.svn " Version control set wildignore+=*.aux,*.out,*.toc " LaTeX intermediate files