category: sublime-text

‎Sublime Text - Hot Key

on 2013-09-01

Hot Key

Document

Mac OS X

Windows

Ctrl+Shift+p 開啟指令列 Tab 自動完成字詞 ctrl + d 選單字 alt + F3 選相同的字 ctrl + f 搜尋 ctrl + 0 focus 到 siderbar Ctrl + Shift + <- or -> Alt + <- or -> 單字 or 符號間移動 Ctrl + Alt + up or down 輸入多選 Ctrl + g 跳行

Mac OS X

Command + shift + p 開啓指令列 Ctrl + Shift + up or down 輸入多選 Ctrl + g 跳行 Command + <- or -> 跳到行首 or 行尾 Ctrl + tab 上一個 focus 的分頁 Ctrl + shift + tab 下一個 focus 的分頁 Command + K + L tolowercase Command + K + U touppercase

Read more

Sublime Text - initial setting

on 2013-09-01

Initial Setting

Sublime Text 手冊

Preferences->Settings-Default

"default_encoding": "UTF-8"
"default_line_ending": "unix"
"tab_size": 4
"translate_tabs_to_spaces": true
"save_on_focus_lost": true
"highlight_line": true
"trim_trailing_white_space_on_save": true
"rulers": [80, 120]
"highlight_modified_tabs": true

choose

"ensure_newline_at_eof_on_save": true
"use_simple_full_screen": true

if want change font size

Preferences->Settings-User

{
    "default_encoding": "UTF-8",
    "default_line_ending": "unix",
    "tab_size": 4,
    "translate_tabs_to_spaces": true,
    "save_on_focus_lost": true,
    "highlight_line": true,
    "trim_trailing_white_space_on_save": true,
    "rulers": [80, 120],
    "highlight_modified_tabs": true,
    "font_size": 18.0,
    "ignored_packages":
    [
        "Vintage"
    ]
}