Showing 1 changed files with 1 additions and 1 deletions
+1 -1
.vimrc
... ...
@@ -42,7 +42,7 @@ set mousehide
42 42
 :noremap <M-Left> :tabprevious<CR>
43 43
 :nnoremap <F6> :tabs<CR>
44 44
 :nnoremap <F5> :buffers<CR>:buffer<Space>
45
-:nnoremap <F4> :execute "grep! -Isrnw --exclude-dir=.git --exclude-from=.gitignore . -e " . expand("<cword>") . " " <bar> cwindow<CR>
45
+:nnoremap <F4> :execute "grep! -Isrnw --exclude-dir=.git . -e " . expand("<cword>") . " " <bar> cwindow<CR>
46 46
 
47 47
 "config de la complétion
48 48
 " --> complétion en mode insertion: la touche entrée sélectionne le choix