2
2

More than 5 years have passed since last update.

Sublimetext3基本設定

Last updated at Posted at 2013-07-29

SublimeTextパッケージの管理(Package Control)

Package Controlをインストール

  1. View > Show Consoleでコンソールを起動
  2. Installation - Package Controlにあるコードをコピペでコンソールに入力

Package Controlによるインストール

  1. コマンドパレットを起動
    • Ctrl+Shift+P(win)
    • Command+Shift+P(Mac)
  2. パレットから『Package Control: Install Package』を選択
    • コンソールへの文字入力で部分一致絞込みがかかる
    • "install"なぞ入れると一発で絞られる
  3. パッケージリストが表示されるので、そこから欲しいパッケージを検索して選択

日本語入力サポート

  • ConvertToUTF8
  • Codec33 for ST3

Users

{
  // Fonts
  "font_size": 12,

  // Tab and Indent
  "tab_size": 2,
  "translate_tabs_to_spaces": true,
  "auto_indent": true,
  "smart_indent": true,
  "trim_automatic_white_space": true,
  "draw_indent_guides": true,
  "indent_subsequent_lines": true,

  "shift_tab_unindent": true,
  "use_tab_stops": true,

  // Word Wrap
  "word_wrap": true,
  "wrap_width": 120,

  // Accent
  "highlight_line": true,

  // Fold
  "fold_buttons": true,
}

Reference

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2