PracticalVim Tip37 - yszheda/wiki GitHub Wiki

Table of Contents

Tip 37: Group Buffers into a Collection with the Argument List

Return to the top: <>

Populate the Argument List

`:args {argslist}`: set the contents of the argument list

References:

Specify Files by Name

Specify Files by Glob

  • `*`: match zero or more characters, but only in the scope of the specified directory

References:

  • `**`: match zero or more characters, and it can recurse downward into directories below the specified directory

References:

Specify Files by Backtick Expansion

args `{cmd}`

References:

Use the Argument List

⚠️ **GitHub.com Fallback** ⚠️