]> git.rmz.io Git - dotfiles.git/commitdiff
vim: ignore case when completing file names
authorSamir Benmendil <me@rmz.io>
Thu, 7 Apr 2016 10:16:51 +0000 (11:16 +0100)
committerSamir Benmendil <me@rmz.io>
Thu, 7 Apr 2016 10:16:51 +0000 (11:16 +0100)
vim/vimrc

index cb6eceaf315ac8c6d1e20a0b5007319b015c9004..22c9cd2dd76eb0791bc2e1a92a2e48a07c9f70a1 100644 (file)
--- 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