I have recently started using easygrep, I haven't figured out how open the results in new tab on hitting enter. I tried this solution but didn't work, I believe that solution was to open in split tab but I want it to open in new tab.
Thanks.
look at this link Vim quickfix list launch files in new tab
how to open easygrep search result is about your quickfix config. u can try this plugin. or just add set switchbuf+=usetab,newtab to your .vimrc file
set switchbuf+=usetab,newtab
look at this link Vim quickfix list launch files in new tab
how to open easygrep search result is about your quickfix config. u can try this plugin. or just add
set switchbuf+=usetab,newtabto your .vimrc file