0. Requirements
- fzf and fzf.vim are installed
- Rg or ag is installed
- set alt/option to ESC+
1. Usage
:Rg pattern : search pattern in project
<tab> to select, <shift>-<tab> to deselect to quickfix list
<enter> to pop quickfix list
:cfdo %s/pattern/string/g to replace all instances in quickfix list
2. Reference