Sublime Text 3の設定・ショートカットメモ(Windows、Ruby)

WindowsRubyを書く目的で設定した、Sublime Text 3のメモです。

インストールしたパッケージ

All Autocomplete
ConvertToUTF8
IMESupport
Package Control
RubyTest
Seti_UI
SublimeCodeIntel
SublimeLinter
SublimeLinter-Ruby

sublime-settings

{
    "Seti_mouse_wheel_tabswitche": true,
    "Seti_tabs_small": true,
    "caret_extra_width": 1,
    "color_scheme": "Packages/User/Seti (SL).tmTheme",
    "default_encoding": "UTF-8",
    "draw_white_space": "all",
    "fallback_encoding": "UTF-8",
    "font_face": "Consolas",
    "font_size": 11,
    "highlight_line": true,
    "ignored_packages":
    [
        "Vintage"
    ],
    "line_padding_top": 1,
    "preview_on_click": false,
    "rulers":
    [
        80
    ],
    "show_encoding": true,
    "tab_size": 4,
    "theme": "Seti.sublime-theme",
    "trim_trailing_white_space_on_save": true
}

ショートカット

Sublime Text 2のものですが、ショートカットの一覧。
Sublime Text 2 Keyboard Shortcuts Windows Cheat Sheet by njovin - Cheatography.com: Cheat Sheets For Every Occasion