zoukankan      html  css  js  c++  java
  • sublime修改快捷键样式

    样式
    ----------------
    {
    "always_show_minimap_viewport": true,
    "auto_find_in_selection": true,
    "bold_folder_lables": true,
    "color_scheme": "Packages/Boxy Theme/schemes/Boxy Ocean.tmTheme",
    "draw_minimap_border": true,
    "fade_fold_buttons": false,
    "font_face": "Courier New",
    "font_size": 10,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "ignored_packages":
    [
    "Vintage"
    ],
    "indent_guide_options":
    [
    "draw_normal",
    "draw_active"
    ],
    "line_padding_bottom": 2,
    "line_padding_top": 2,
    "open_files_in_new_window": false,
    "overlay_scroll_bars": "enabled",
    "save_on_focus_lost": true,
    "tab_size": 4,
    "theme": "Boxy Ocean.sublime-theme",
    "theme_accent_blue": true,
    "theme_find_panel_close_hidden": true,
    "theme_tab_selected_filled": true,
    "trim_trailing_white_space_on_save": true,
    "word_wrap": "true"
    }
    -----------------------
    快捷键
    -----------------------
    [
    { "keys": ["ctrl+alt+down"], "command": "duplicate_line" },
    { "keys": ["ctrl+d"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} }
    ]

  • 相关阅读:
    Django——form组件和ModelForm
    CDH hadoop的安装
    Vulnhub-靶机-PRIME: 1
    Vulnhub-靶机-SYMFONOS: 5
    sqlilab-Less-21-30-writeup
    Vulnhub-靶机-SYMFONOS: 4
    Vulnhub-靶机-SYMFONOS: 3
    基础汇总-sqlilab-Less-1-20
    sqlilab-Less-13-19 测试writeup
    sqlilab-Less-9-12 测试writeup
  • 原文地址:https://www.cnblogs.com/lsongyang/p/11152025.html
Copyright © 2011-2022 走看看