sublime 常用设置

来源:互联网 发布:活动抽奖软件 编辑:程序博客网 时间:2024/06/08 18:41

setting-user

{    "ignored_packages":    [        "Vintage"    ],    "settings": {    "expand_tabs_on_save": true    #保存时自动将tab转成空格    },    "trim_trailing_white_space_on_save": true,  #保存时去掉行未多余空格    "tab_size":4,    "translate_tabs_to_spaces": true,    #tab转4个空格}


key bindings

[
    { "keys": ["ctrl+alt+f"], "command": "alignment" },    #对齐 需要安装alignment

    { "keys": ["ctrl+shift+d"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },  删除整行快捷键
]




快捷键:

ctrl +  shift + up/down  移动整行

0 0
原创粉丝点击