Showing 1 changed files with 1 additions and 0 deletions
+1
.vimrc
... ...
@@ -42,6 +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 46
 
46 47
 "config de la complétion
47 48
 " --> complétion en mode insertion: la touche entrée sélectionne le choix