How do you prefer to switch between buffers in Vim?

前端 未结 16 2078
小蘑菇
小蘑菇 2020-12-12 08:33

I\'ve tried MiniBufExplorer, but I usually end up with several windows showing it or close it altogether. What I\'d like is something like LustyJuggler with incremental sear

16条回答
  •  时光取名叫无心
    2020-12-12 09:04

    I have mapped and to :bp and :bn, although I admit I don't use it as the number of files is greater than 10. I have then mapped and to Gnome Terminal's previous and next tabs, and I usually run 4 instances of vim for each of the 4 different projects I work on. I still really wish next and previous buffer would go to the history of buffers I have been working on, and not the order int he buffer list.

提交回复
热议问题