Skip to content

Instantly share code, notes, and snippets.

@grogy
Created January 25, 2014 23:01
Show Gist options
  • Save grogy/8625070 to your computer and use it in GitHub Desktop.
Save grogy/8625070 to your computer and use it in GitHub Desktop.
Sublime Text - custom settings.
[
// multi-cursor
{
"keys": ["ctrl+shift+up"],
"command": "select_lines",
"args": {"forward": false}
},
{
"keys": ["ctrl+shift+down"],
"command": "select_lines",
"args": {"forward": true}
}
]
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"font_face": "Ubuntu Mono",
"font_size": 17,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"remember_open_files": false,
"tab_size": 4,
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment