jeetsukumaran / vim-buffergator

Vim plugin to list, select and switch between buffers.
498 stars 49 forks source link

Add option to exclusively MRU cycle through the two MRU buffers #83

Open danobi opened 7 years ago

danobi commented 7 years ago

In my humble opinion, it's almost impossible to remember more than the last two used buffers. Therefore, it would make sense that there's an option to enable cycling through the last two used buffers, which is what I want most of the time. I am confident I'm not alone in this.

This patch implements that functionality.

This would close #82