mihaifm/bufstop

Make selected buffer previous one visited

Closed this issue · 1 comments

Right now I have the map
map ,b :CtrlPBuffer

by default this shows me the previous buffer already selected so I just have to press enter.

With your plugin, if I type
:BufstopFast
the selected buffer is still the current buffer.
With the suggested mapping I would need to type ,b2 but I am a lot more used to typing ,b, this makes a lot more sense to me.

Any chance of making the plugin behave this way? Thanks!

Hi
That's a good suggestion. Actually :BufstopModeFast already behaves like this (pressing any other key except a number will take you to the previous buffer).
I'll make that change for :Bufstop/:BufstopFast