mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-09 02:28:44 +00:00
Update sublime preferences
This commit is contained in:
@@ -2,9 +2,5 @@
|
|||||||
{ "keys": ["ctrl+d"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} },
|
{ "keys": ["ctrl+d"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} },
|
||||||
{ "keys": ["ctrl+shift+k"], "command": "find_under_expand" },
|
{ "keys": ["ctrl+shift+k"], "command": "find_under_expand" },
|
||||||
|
|
||||||
{ "keys": ["ctrl+shift+1"], "command": "open_related_rails_model" },
|
|
||||||
{ "keys": ["ctrl+shift2"], "command": "open_related_rails_controller" },
|
|
||||||
{ "keys": ["ctrl+shift3"], "command": "open_related_rails_view" },
|
|
||||||
{ "keys": ["ctrl+shift4"], "command": "open_related_rspec_model" },
|
|
||||||
{ "keys": ["ctrl+shift5"], "command": "open_related_rspec_controller" }
|
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
|
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Yesterday.tmTheme",
|
||||||
"ensure_newline_at_eof_on_save": true,
|
"ensure_newline_at_eof_on_save": true,
|
||||||
"fallback_encoding": "Cyrillic (Windows 1251)",
|
"fallback_encoding": "Cyrillic (Windows 1251)",
|
||||||
"font_size": 10.0,
|
"font_size": 10.0,
|
||||||
@@ -13,6 +13,23 @@
|
|||||||
80
|
80
|
||||||
],
|
],
|
||||||
"scroll_speed": 0,
|
"scroll_speed": 0,
|
||||||
|
"theme": "Boxy Yesterday.sublime-theme",
|
||||||
|
"theme_accent_mono": true,
|
||||||
|
"theme_autocomplete_item_selected_colored": true,
|
||||||
|
"theme_bar": true,
|
||||||
|
"theme_bar_colored": true,
|
||||||
|
"theme_bar_logo_atomized": true,
|
||||||
|
"theme_find_panel_atomized": true,
|
||||||
|
"theme_panel_switcher_atomized": true,
|
||||||
|
"theme_quick_panel_item_selected_colored": true,
|
||||||
|
"theme_sidebar_border": true,
|
||||||
|
"theme_sidebar_disclosure": true,
|
||||||
|
"theme_sidebar_indent_md": true,
|
||||||
|
"theme_sidebar_indent_top_level_disabled": true,
|
||||||
|
"theme_statusbar_colored": true,
|
||||||
|
"theme_tab_arrows_hidden": true,
|
||||||
|
"theme_tab_selected_underlined": true,
|
||||||
|
"theme_tab_size_md": true,
|
||||||
"translate_tabs_to_spaces": true,
|
"translate_tabs_to_spaces": true,
|
||||||
"trim_trailing_white_space_on_save": true,
|
"trim_trailing_white_space_on_save": true,
|
||||||
"word_wrap": true
|
"word_wrap": true
|
||||||
|
|||||||
Reference in New Issue
Block a user