Skip to content

Instantly share code, notes, and snippets.

@girishso
Created August 31, 2017 06:26
Show Gist options
  • Save girishso/88fbc8efd298f16ba79bb726561a33ae to your computer and use it in GitHub Desktop.
Save girishso/88fbc8efd298f16ba79bb726561a33ae to your computer and use it in GitHub Desktop.
# Sublime Text 3
** By: Girish Sonawane**
## Why Sublime Text?
## Navigation
⌘ + P / ⌘ + T
: / ⌃ G
@ / ⌘ + R
#
## Search
⌘ + F
⌘ + ⌥ + F
⌘ + E, ⌘ + F
⌘ + ⇧ + F - **Find in files**
⌘ + D - **Select word**
⌃ + ⌘ + G - **Select all occurrences**
⌃ + M - **Jump to parentheses**
⌃ + ⇧ + M - **Select all contents of the current parentheses**
## Comments
⌘ + /
⌘ + ⌥ + /
## Editing
⌘ + ↩ - **Insert line after**
⌘ + ⇧ + ↩ - **Insert line before**
⌘ + ⌃ + ↑ - **Move line/selection up**
⌃ + ⇧ + ↑ - **Multiple cursors**
⌘ + Click
## Tabs
⌃ + Tab - **Cycle up through recent tabs**
⇧ + ⌃ + Tab - **Cycle down through recent tabs**
⌘ + ⇧ + t - **Open last closed tab**
## Packages
- Package Control
- https://packagecontrol.io/packages/Package%20Control
- Git
- https://packagecontrol.io/packages/Git
- Diff
- Blame
- GitGutter
- https://packagecontrol.io/packages/GitGutter
- Emmet
- https://packagecontrol.io/packages/Emmet
- https://docs.emmet.io/abbreviations/syntax/
-#main(#row>#container>#col-1+#col-2)+(#footer>ul.footer>li*5>a[href="#"]{Link $})
## Packages 2
- SideBarEnhancements
- https://packagecontrol.io/packages/SideBarEnhancements
- AdvancedNewFile
- https://github.com/skuroda/Sublime-AdvancedNewFile
- ⌘ + ⌥ + n
- All Autocomplete
- https://packagecontrol.io/packages/All%20Autocomplete
- Sublime-HTMLPrettify
- https://github.com/victorporof/Sublime-HTMLPrettify
- ⌘ + ⇧ + H
- BracketHighlighter
- https://github.com/facelessuser/BracketHighlighter
## Packages 3
- Clipboard Manager
- https://packagecontrol.io/packages/Clipboard%20Manager
- ⌘ + ⌥ + V
- Google Search
- https://packagecontrol.io/packages/Google%20Search
- Rails Partial
- https://github.com/wesf90/rails-partial
- ⌥ + P
- RailsGoToSpec
- https://packagecontrol.io/packages/RailsGoToSpec
- ⌘ + ⇧ + Y
- SortTabs
- https://github.com/bizoo/SortTabs
- SublimeToggleSymbol
- https://github.com/zoomix/SublimeToggleSymbol
- ⌃ + ⇧ + ;
## Thank you!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment