首页 > 代码库 > vim使用

vim使用

:%s/ /\r/gc    将空格替换为换行符
:%s/ /\t/gc    将空格替换为制表符