How can I open several files at once in Vim? January 27, 2023 by Tarik The command you are looking for is args: For example: :args /path_to_dir/* will open all files in the directory