mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Update
This commit is contained in:
parent
262cea2a4a
commit
68604c9c6a
11 changed files with 1016 additions and 141 deletions
9
config/sublime-text-3/Default (Linux).sublime-keymap
Normal file
9
config/sublime-text-3/Default (Linux).sublime-keymap
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[
|
||||
// Unbind's
|
||||
{ "keys": ["ctrl+b"], "command": null },
|
||||
{ "keys": ["ctrl+shift+x"],"command": null },
|
||||
// Bind's
|
||||
{ "keys": ["ctrl+shift+`"], "command": "ecsstractor", "args": {"bem_nesting": true } },
|
||||
{ "keys": ["ctrl+`"], "command": "ecsstractor"},
|
||||
{ "keys": ["ctrl+b"], "command": "toggle_side_bar" }
|
||||
]
|
||||
18
config/sublime-text-3/Package Control.sublime-settings
Normal file
18
config/sublime-text-3/Package Control.sublime-settings
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"bootstrapped": true,
|
||||
"in_process_packages": [],
|
||||
"installed_packages": [
|
||||
"A File Icon",
|
||||
"Agila Theme",
|
||||
"AutoFileName",
|
||||
"ayu",
|
||||
"BracketHighlighter",
|
||||
"Color Highlight",
|
||||
"ColorPicker",
|
||||
"Discord Rich Presence",
|
||||
"eCSStractor",
|
||||
"Emmet",
|
||||
"Package Control",
|
||||
"Sass"
|
||||
]
|
||||
}
|
||||
19
config/sublime-text-3/Preferences.sublime-settings
Normal file
19
config/sublime-text-3/Preferences.sublime-settings
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"color_scheme": "Packages/ayu/ayu-mirage.sublime-color-scheme",
|
||||
"theme": "ayu-mirage.sublime-theme",
|
||||
"auto_complete": true,
|
||||
"draw_indent_guides": false,
|
||||
"draw_white_space": "all",
|
||||
"file_exclude_patterns": [ "package-lock.json" ],
|
||||
"folder_exclude_patterns": [ "node_modules" ],
|
||||
"font_size": 10,
|
||||
"ignored_packages": [ "Vintage" ],
|
||||
"margin": 0,
|
||||
"remeber_open_files": true,
|
||||
"save_on_focus_lost": true,
|
||||
"tab_size": 4,
|
||||
"translate_tabs_to_spaces": true,
|
||||
"trim_trailing_white_space_on_save": false,
|
||||
"update_check": false,
|
||||
"word_wrap": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue