What is the emacs command to do full text search across all open buffers? like sublimetext's command+shift+f?

StackOverflow https://stackoverflow.com/questions/18308041

문제

Title pretty much sums up the question. I am learning emacs and have all the basic commands mastered but I don't know how to achieve full text search yet

도움이 되었습니까?

해결책

Use M-x multi-occur-in-matching-buffers. You can give a blank for the regexp. Then the expression.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top