How to effectively work with multiple files in Vim

前端 未结 28 2817
甜味超标
甜味超标 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:34

    When using multiple files in vim, I use these commands mostly (with ~350 files open):

    • :b (jump to a buffer)
    • :bw (buffer wipe, remove a buffer)
    • :e (edit, open a new buffer>
    • pltags - enable jumping to subroutine/method definitions

提交回复
热议问题