- Install ST
- Navigate to Packages dir (usually
"$HOME/Library/Application Support/Sublime Text/Packages"
) rm -rf User
git clone https://github.com/glaucocustodio/sublime-text-3-packages User
- Open ST and install Package Control
- Wait some seconds (the packages will be downloaded)
this is not necessary anymore on ST4 since we can customize the theme (see Default Dark.sublime-theme
file)
- Open Command Palette (cmd+shift+p)
- Search for:
PackageResourceViewer: OpenResource
- Choose
Theme - Default User
- Choose
Default.sublime-theme
- Look for
sidebar_label
, add"font.size": 17
below“color”
- Look for
sidebar_tree
, set"row_padding": [16, 12, 16, 3]
this is not necessary anymore on ST4 since subl
is already defined by default
ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin/subl
super+i
: run macroinline_block_converter
ctrl+shift+r
:bundle exec rspec $file
for rspec files andbundle exec m $file
for ruby filesctrl+s
: reveal file in side barctrl+c
: copy relative path of the current file to the clipboardctrl+x
: navigate to definition (ctags)ctrl+z
: return to previous definition (ctags)
- ApplySyntax
- Better CoffeeScript
- Case Conversion
Color Highlight- ColorHelper
- QuickView
- Copy Relative Path (
ctrl+c
to copy relative path to clipboard) - CTags
- Dockerfile Syntax Highlighting
- Elixir
- Emmet
- GitGutter
- Haml
- LSP
- LSP-copilot
- Pretty JSON
RainbowBrackets- rainbow_csv
- RSpec Buddy
- SCSS
- Select Quoted (
cmd+'
to select quoted text) - SendCode (
ctrl+shift+r
to test the current open file) - SideBarEnhancements
- Solarized Color Scheme
- Whitespace Removal (select text and press
ctrl+command+backspace
to remove whitespaces)