Is there a way to open multiple buffers that are open at the same time?
The idea is to be able to refactor code and variable names in multiple files at once. I know that dired-do-find-regexp-and-replace
exists but I was hopeing for a way where I could more clearly see what was happening.
Perhaps something related to multi-occur
. Or allowing me to have multiple files open in one buffer and then using multiple-cursors
.