Neovim批量替换文本 在nvim中输入 :args file1.txt file2.txt file3.txt #加载文件 :argdo %s/pattern/replacement/g 或是使用nvim-spectre插件