Sublime Text 问题记录

匹配正则表达式

Ctrl + H : 打开替换界面

将逗号替换为换行

调整显示文件编码

Preferences -> setting 右侧添加:

{
    "font_size": 13,
    // Display file encoding in the status bar
    "show_encoding": true,
 
    // Display line endings in the status bar
    // 注意这两行代码要放到 "ignored_packages" 前面,否则会报错。
    "show_line_endings": true,
    
    "ignored_packages":
    [
        "Vintage"
    ]
}

列批量编辑

方式一:
Ctrl + F, find all 行首^
Ctrl + F, find all 行尾$

方式二:
全选文本后,Ctrl + Shift + L

大小写转换

http://t.zoukankan.com/lukefan-p-10229201.html

posted @ 2022-01-03 21:06  chuangzhou  阅读(32)  评论(0编辑  收藏  举报