]> git.rmz.io Git - dotfiles.git/blobdiff - vim/vimrc
vim: ignore case when completing file names
[dotfiles.git] / vim / vimrc
index 25fa46045b05c4e4a33e152ddd4c8166ae5cdf65..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
@@ -691,7 +692,6 @@ let g:ycm_complete_in_comments = 1
 let g:ycm_complete_in_strings  = 1
 let g:ycm_autoclose_preview_window_after_insertion = 0
 "let g:ycm_extra_conf_vim_data = ['%:p']
-nnoremap gd :YcmCompleter GoTo<CR>
 
 " vim-easy-align {{{2
 " start interactive EasyAlign in visual mode