When I have several files open (say File1 File2 File3 File4) and have them lined up nicely in tabs along the top row, I do a "Find in File.." search (Control Q) from within File3
I get a nice result showing the item in all the files and the result is displayed to the right of File3 with the tab title "Tool...":
Code: Select all
xfgrep -i -x -f -n Item File*
File1 (202) lostItem
File2 (115) Item found
File3 (75) no Item here
File4 (172) List of Items
Is there a way that I can go to the proper file/line without the tabs moving around?