blue0513/point-history

The buffer at the cursor position to displayed in other-window.

minorugh opened this issue · 4 comments

I had such a dream last night. If you move the cursor on the List,
the target buffer will be displayed in other-window one after another.
Specifically, it behaves like counsel-switch-buffer.

I don't think there are any more embarrassing demands,
but I'm very happy that my dreams come true.

I didn't know counsel-switch-buffer, but it seems cool.
I'll check it deeply and try to implement if possible 👍

Maybe that would be a breakthrough development.
In that case, I will make the height of point-history-show about 15 for the other-window.

@minorugh I made PR #8 for this issue 🎉 Plz check it.

$ git fetch --all
$ git checkout feature/preview-buffer
$ git pull

After restart Emacs, you can use it.

merged!