Skip to content

Instantly share code, notes, and snippets.

@MaxKramnik
Last active August 29, 2015 14:00
Show Gist options
  • Save MaxKramnik/068a1cac7d2e70e6654c to your computer and use it in GitHub Desktop.
Save MaxKramnik/068a1cac7d2e70e6654c to your computer and use it in GitHub Desktop.
Most useful shortcuts
1. Shift + Command + P -> a fast access to all possible editor options and also installed packages optinos
2. Shift + P -> Find a file: Command + P (it is possible to use @ with the function name)
3. the usual: Command + F to search in a file and Command + Shift + F to search in files
Layout options in View
- Show/Hide Sidebar
- Show/Hide Open Files
- Minimap (from View -> Hide or Show
- Split Screen
Option + Command + 1, 2, - 5 or from View -> Layout -> ...
- Full Screen and Distraction Free Mode
Preferences:
- Color Scheme
http://colorsublime.com/
- Settings
Settings - Default vs Settings - User
- Useful Settings - User:
{
"color_scheme": "Packages/User/Solarized (Dark) (SL).tmTheme",
"create_window_at_startup": false,
"default_line_ending": "unix",
"file_exclude_patterns":
[
".DS_Store",
"Desktop.ini",
"*.pyc",
"._*",
"Thumbs.db",
".Spotlight-V100",
".Trashes"
],
"folder_exclude_patterns":
[
".git"
],
"font_size": 12.0,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
],
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
(Vintage is for people who like Vi)
https://sublime.wbond.net/
Plugins
Package Control Manager
EditorConfig
CSSComb
Emmet
Git
GitGutter
SideBarEnhancements
SublimeLinter
jshint
csslint
use sublime as a default text editor
http://scotch.io/bar-talk/best-of-sublime-text-3-features-plugins-and-settings
Bonus option:
On an open directory, open File and show these examples:
1. Command + D to select multiple occurrences of the same word and ability to modify that word
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment