### list
– Setting
– Package
– Keymap
– Sunippet
– Projects
## Setting
**2018.11.28**
<pre>
{
“auto_indent”: true,
“color_scheme”: “Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme”,
“disable_tab_abbreviations”: false,
“draw_indent_guide”: true,
“draw_white_space”: “selection”,
“font_face”: “monaco”,
“font_size”: 16,
“ignored_packages”:
[
“Vintage”
],
“material_theme_accent_bright-teal”: true,
“material_theme_accent_indigo”: true,
“material_theme_accent_lime”: true,
“material_theme_accent_orange”: true,
“material_theme_accent_purple”: true,
“material_theme_accent_red”: true,
“material_theme_accent_yellow”: true,
“material_theme_bold_tab”: true,
“material_theme_compact_sidebar”: true,
“material_theme_disable_fileicons”: true,
“material_theme_disable_folder_animation”: true,
“material_theme_disable_tree_indicator”: true,
“material_theme_small_statusbar”: true,
“material_theme_small_tab”: true,
“material_theme_tabs_autowidth”: true,
“tab_size”: 4,
“theme”: “Material-Theme-Darker.sublime-theme”,
“translate_tabs_to_spaces”: false,
“indent_guide_options”: [ “draw_normal”, “draw_active” ],
“trim_automatic_white_space”: true
}
</pre>
<hr>
## Package
### list
**2018.11.28**
<pre>
{
“bootstrapped”: true,
“in_process_packages”:
[
],
“installed_packages”:
[
“A File Icon”,
“AutoFileName”,
“Browser Refresh”,
“Compass”,
“Emmet”,
“Git”,
“MarkdownLivePreview”,
“MarkdownPreview”,
“Markmon real-time markdown preview”,
“Material Theme”,
“Monokai Extended”,
“OmniMarkupPreviewer”,
“Package Control”,
“SCSS”,
“SFTP”,
“SideBarEnhancements”,
“SublimeLinter”,
“SublimeLinter-csslint”,
“Table Editor”,
“Terminal”,
“TrailingSpaces”,
“View In Browser”
]
}
</pre>
## How to use
#### A File Icon
<hr>
## key map
### sublime
###Package
####Emmet
<pre>
{
“snippets”: {
“html”: {
“abbreviations”: {
//ここから
// “paging”: “.pagination>.wp-pagenavi>span.previouspostslink{<}+span.current+a[href=#]*4+span.nextpostslink{>}”
//ここまで
}
},
“css”: {
“snippets”: {
//ここから
“inc”: “@include |;”,
“incfos”: “@include fos(|);”
// “@ib”: “@include inline-block;”,
// “@op”: “@include opacity(${1:0});”
//ここまで
}
}
}
}
</pre>
<hr>
Sunippet
<hr>
Projects
## ShrotCut key Default
移動 : **com + ↑ or ↓**
スクロール : **fn + ↑ or ↓**
カーソルを移動 先頭 or 最後 : **com + ← or →**
カーソルを移動 単語 : **opt + ← or →**
行の複製 : **com + shift + D**
行の移動 : **con + com + ↑ or ↓**
行の削除 : **con + shift + K**
改行の挿入 After : **com + enter**
改行の挿入 Before : **com + shift + enter**
繰り返し : **com + Y**
**com + shift + A**
ex : `<h1>Comand</h1>`
h1を選んだ状態で中身を選択できる
Command
選んだ状態でタグで囲む : **con + shift + W**
</section>