Skip to content

Instantly share code, notes, and snippets.

@kuguma
Last active May 23, 2018 01:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kuguma/afa04a8bfff5d22cb4cf0e0d76b1983c to your computer and use it in GitHub Desktop.
Save kuguma/afa04a8bfff5d22cb4cf0e0d76b1983c to your computer and use it in GitHub Desktop.
Settings
(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