Skip to content

glaucocustodio/sublime-text-3-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restoring packages

  • 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)

Overwriting ST settings (increase sidebar font and row padding)

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]

Add to path (macOS)

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

Shortcuts

  • super+i: run macro inline_block_converter
  • ctrl+shift+r: bundle exec rspec $file for rspec files and bundle exec m $file for ruby files
  • ctrl+s: reveal file in side bar
  • ctrl+c: copy relative path of the current file to the clipboard
  • ctrl+x: navigate to definition (ctags)
  • ctrl+z: return to previous definition (ctags)

Packages

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published