update sublime config

This commit is contained in:
Inhji 2021-04-18 12:06:29 +02:00
parent 4a06add700
commit bb9f29a4d6
3 changed files with 13 additions and 2 deletions

View File

@ -0,0 +1,3 @@
[
{ "keys": ["ctrl+#"], "command": "toggle_comment", "args": { "block": false } }
]

View File

@ -4,12 +4,17 @@
[
"Vintage",
],
"font_size": 10,
"font_size": 13,
"font_face": "Fira Code",
"binary_file_patterns": [
"*.jpg", "*.jpeg", "*.png", "*.gif", "*.ttf", "*.tga", "*.dds", "*.ico", "*.eot", "*.pdf", "*.swf", "*.jar", "*.zip",
"deps/**/*",
"_build/**/*",
"docs/**/*",
"**/node_modules/**/*"
]
],
"tab_size": 2,
"translate_tabs_to_spaces": false,
"hardware_acceleration": "opengl",
"file_tab_style": "square"
}

View File

@ -29,4 +29,7 @@
force: true
~/.config/sublime-text/Packages/User/Preferences.sublime-settings:
path: config/sublime/preferences.json
force: true
~/.config/sublime-text/Packages/User/Default (Linux).sublime-keymap:
path: config/sublime/keymap_linux.json
force: true