@@ 24,8 24,8 @@ nnoremap <Leader>gm :0,3Git blame<CR><C-w>j<CR>
nnoremap <Leader>gM :call git#git_merge_origin()<CR>
nnoremap <Leader>gn :Git branch -m<SPACE>
nnoremap <Leader>go :call git#git_log_compare()<CR>
-nnoremap <Leader>gr :call git#git_rebase_origin()<CR>
-nnoremap <Leader>gR :Git rebase --abort<CR>
+nnoremap <Leader>gr :Ggrep! -q<SPACE>
+nnoremap <Leader>gR :call git#git_rebase_origin()<CR>
nnoremap <Leader>g- :call git#git_stash()<CR>:e<CR>
nnoremap <Leader>g+ :Git stash pop stash@
nnoremap <Leader>gs :Git stash list<CR>