sublime使用技巧
2022-11-30 本文已影响0人
Mracale
1、替换成换行
ctrl + h 打开替换窗口。
replace with里输入 ctrl + shift + enter
image
2、去掉空行
按下组合键:Ctrl+H
Find What: \n\n+
Replace With: \n
最后点击:Replace All
ctrl + h 打开替换窗口。
replace with里输入 ctrl + shift + enter
image
按下组合键:Ctrl+H
Find What: \n\n+
Replace With: \n
最后点击:Replace All