aboutsummaryrefslogtreecommitdiff
path: root/grep.vim
diff options
context:
space:
mode:
Diffstat (limited to 'grep.vim')
-rw-r--r--grep.vim4
1 files changed, 0 insertions, 4 deletions
diff --git a/grep.vim b/grep.vim
index 625dfa1..32181f7 100644
--- a/grep.vim
+++ b/grep.vim
@@ -19,9 +19,5 @@ function! s:GrepOp(type)
let @@ = saved
endfunction
-
-" nnoremap <leader>gw :silent grep -R <cword> .<CR>:copen<CR>
-" nnoremap <leader>gW :silent execute "grep! -R " . shellescape(expand("<cWORD>")) . " ."<CR>:copen<CR>
-
nnoremap <leader>gn :cnext<CR>
nnoremap <leader>gp :cprevious<CR>