I have a buffer with some data. I want to select part of buffer and open the selection in different buffer (and window) to make it easier to read for me. Is there some function that does it?
I am looking for something like clone-indirect-buffer-other-window
, but for selection, not a whole buffer.