dkprice / vim-easygrep

Fast and Easy Find and Replace Across Multiple Files
The Unlicense
325 stars 47 forks source link

recursive mode default is off #21

Closed fyddaben closed 9 years ago

fyddaben commented 9 years ago

i want to set mode is on .but everytime i have to press 'r' . i want to set default is on .

what should i do ??

dkprice commented 9 years ago

Add 'let g:EasyGrepRecursive=1' to your .vimrc

On Sun, Jun 21, 2015 at 4:44 AM daben1990 notifications@github.com wrote:

i want to set mode is on .but everytime i have to press 'r' . i want to set default is on .

what should i do ??

— Reply to this email directly or view it on GitHub https://github.com/dkprice/vim-easygrep/issues/21.

fyddaben commented 9 years ago

thx