Vim as Visual Studio IDE

后端 未结 6 1962
礼貌的吻别
礼貌的吻别 2020-12-24 14:59

I have spent lot of time doing research on VIM. I am Windows guy since last 6 yrs and was using VS. Now started working on Linux. I want to make VIM as close as possible to

6条回答
  •  执笔经年
    2020-12-24 15:43

    These plugins used to exist long before vim had tabs. I'd be quite surprised there isn't a way to tune these plugins to split windows instead of opening tabs. Now I can't help you much as I don't use these specific plugins but other ones. You should look at their help (:h project, :h taglist, etc)

    PS: in vim terminology (it will help you browse the help files), what you call "buffer" is actually called "window", while a "buffer" is just the text you are working on, it may be associated to a file, or not. For a given buffer, there may be no or several window displaying parts of the buffer.

提交回复
热议问题