Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • With the experience I now have with Vim, this is actually the better answer—using buffers and :bn and :bp are better suited for what I was trying to accomplish, and you also answered the exact question I asked (:e, :argadd). Commented Sep 9, 2016 at 2:12
  • @Wildcard the arglist is a subset of the buffer list. whilst it technically represents the files that were passed as arguments from the command line when vim was started, its mostly used when you want to scope an action to a specific set of files, such as a vimgrep search or search and replace etc Commented May 14, 2017 at 11:44