Last active
May 23, 2018 01:47
-
-
Save kuguma/afa04a8bfff5d22cb4cf0e0d76b1983c to your computer and use it in GitHub Desktop.
Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(Preferences > Settings) | |
{ | |
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", | |
"draw_white_space": "all", | |
"font_size": 11.5, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"show_encoding": true, | |
"show_line_endings": true, | |
"tab_size": 4, | |
"translate_tabs_to_spaces": true, | |
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?、。「」【】『』()!? てにをはがのともへでや", | |
} | |
(packages) | |
{ | |
"bootstrapped": true, | |
"in_process_packages": | |
[ | |
], | |
"installed_packages": | |
[ | |
"ConvertToUTF8", | |
"IMESupport", | |
"LaTeXTools", | |
"Markdown Extended", | |
"Monokai Extended", | |
"OmniMarkupPreviewer", | |
"Package Control", | |
"SystemVerilog", | |
"Verilog" | |
] | |
} | |
(Preferences > Key Bindings) | |
[ | |
{ "keys": ["ctrl+tab"], "command": "next_view" }, | |
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" }, | |
{ "keys": ["ctrl+pagedown"], "command": "next_view_in_stack" }, | |
{ "keys": ["ctrl+pageup"], "command": "prev_view_in_stack" } | |
] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment