Building history not possible
jceb opened this issue · 3 comments
jceb commented
When opening two files in vim it's not possible to reach the other file with SurfForward/Backward commands. It would be nice to have this functionality so that I can completely forget about :bp/:bn.
ton commented
Buffers are added in the wrong order. When starting vim as follows:
$ vim a b
a is opened, and :BufSurfNext should navigate to b instead of :BufSurfBack.