Skip to content

Instantly share code, notes, and snippets.

@maxsei
Created February 23, 2023 19:54
Show Gist options
  • Select an option

  • Save maxsei/7180a4113da94442bf8a2ab7330d050c to your computer and use it in GitHub Desktop.

Select an option

Save maxsei/7180a4113da94442bf8a2ab7330d050c to your computer and use it in GitHub Desktop.
Editing multiple files with vim in a headless way
vim -u NONE -c 'argdo source cmd.vim | w' -c 'qa' foo.txt bar.txt qux.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment