1. 程式人生 > 實用技巧 >sublime text 配置

sublime text 配置

Sublime Text編輯器

一個跨平臺,速度極快的編輯器,在我心中是最好的編輯器了

官網地址:http://www.sublimetext.com/

提前備好梯子,因為下載和安裝外掛都需要

配置

安裝外掛及漢化

  1. 使用快捷鍵 Ctrl+Shift+P
  2. 輸入 package control
  3. 漢化--輸入Chinese,安裝語言包即可
  4. 主題推薦:material theme,seti

外掛

SideBarEnhancements-st3

配置 package setting>dingings>user

[
    { "keys": ["ctrl+shift+c"], "command": "copy_path" },
    //chrome
    { "keys": ["f1"], "command": "side_bar_files_open_with",
        "args": {
            "paths": [],
            "application": "C:\\Users\\Yecss\\AppData\\Local\\Google\\Chrome\\Application\\chrome.exe",
            "extensions":".*"
        }
    },
]

使用技巧

  1. Alt鍵臨時顯示選單欄

  2. Shift+F11進入專注模式