junegunn / fzf.vim

fzf :heart: vim
MIT License
9.59k stars 582 forks source link

Feature - Action of multiple selection on Ag/Rg behavior like Files #1374

Open aradzu10 opened 2 years ago

aradzu10 commented 2 years ago

When you select multiple object with tab and then press (e.g.) it opens in Quickfix list. image

Add an option to make it behave like Files with let g:ag_action_like_files = 1.

image