Skip to content

Instantly share code, notes, and snippets.

@garrypolley
Last active August 28, 2015 15:41
Show Gist options
  • Save garrypolley/d5b74f0b8095d1b7d8ba to your computer and use it in GitHub Desktop.
Save garrypolley/d5b74f0b8095d1b7d8ba to your computer and use it in GitHub Desktop.
Useful sublime tricks

Below are some tricks for sublime text that make it easier and/or cool to work with.

"Zoom" in only one pane

This was a question I posed out to stack overflow and it got a great answer.

  1. ctlr + `
    
  2. view.settings().set("font_size", 24)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment