*****************Закрытие и открытие боковой панели*******************************
preferences->key bindings -User->
{ "keys": ["ctrl+\\"], "command": "toggle_side_bar" }
будет выполнятся по команде ctrl + \
****************** swap the keybindings for paste and paste_and_indent *********************
{ "keys": ["ctrl+v"], "command": "paste_and_indent" },
{ "keys": ["ctrl+shift+v"], "command": "paste" }
*****************************************отступы ****************************************************************************
preferences ->settings users
"draw_white_space": "all",
"translate_tabs_to_spaces": true
******************************************************************************
{
"color_scheme": "Packages/User/SublimeLinter/Mac Classic (SL).tmTheme",
"draw_white_space": "all",
"fallback_encoding": "Cyrillic (Windows 1251)",
"font_size": 20,
"icon_file_type_enable": true,
"ignored_packages":
[
"Vintage"
],
"large_scroll_bars": true,
"save_on_focus_lost": true,
"theme": "Cyanide - Acid.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": "false"
}
********************** word_wrap *****************************************************
"word_wrap": "false",
**********************************************************************************
автосохраненте
http://lucybain.com/resources/setting-up-sublime-autosave/
preferences->key bindings -User->
{ "keys": ["ctrl+\\"], "command": "toggle_side_bar" }
****************** swap the keybindings for paste and paste_and_indent *********************
{ "keys": ["ctrl+v"], "command": "paste_and_indent" },
{ "keys": ["ctrl+shift+v"], "command": "paste" }
*****************************************отступы ****************************************************************************
preferences ->settings users
"draw_white_space": "all",
"translate_tabs_to_spaces": true
******************************************************************************
{
"color_scheme": "Packages/User/SublimeLinter/Mac Classic (SL).tmTheme",
"draw_white_space": "all",
"fallback_encoding": "Cyrillic (Windows 1251)",
"font_size": 20,
"icon_file_type_enable": true,
"ignored_packages":
[
"Vintage"
],
"large_scroll_bars": true,
"save_on_focus_lost": true,
"theme": "Cyanide - Acid.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": "false"
}
********************** word_wrap *****************************************************
"word_wrap": "false",
**********************************************************************************
автосохраненте
http://lucybain.com/resources/setting-up-sublime-autosave/
Комментариев нет:
Отправить комментарий