How to effectively work with multiple files in Vim

前端 未结 28 2757
甜味超标
甜味超标 2020-11-28 00:18

I\'ve started using Vim to develop Perl scripts and am starting to find it very powerful.

One thing I like is to be able to open multiple files at once with:

<
28条回答
  •  一向
    一向 (楼主)
    2020-11-28 00:44

    I use multiple buffers that are set hidden in my ~/.vimrc file.

    The mini-buffer explorer script is nice too to get a nice compact listing of your buffers. Then :b1 or :b2... to go to the appropriate buffer or use the mini-buffer explorer and tab through the buffers.

提交回复
热议问题