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