Neovim批量替换文本发布于 2024-06-22Neovim批量替换文本在nvim中输入:args file1.txt file2.txt file3.txt #加载文件 :argdo %s/pattern/replacement/g 或是使用nvim-spectre插件← 返回列表