Skip to content

Instantly share code, notes, and snippets.

@bjonord
Created November 21, 2012 21:33
Show Gist options
  • Select an option

  • Save bjonord/4127927 to your computer and use it in GitHub Desktop.

Select an option

Save bjonord/4127927 to your computer and use it in GitHub Desktop.
Tips and Tricks gathered from the Nettuts+ Sublime Text 2 tutorial

Keyboard shortcuts:

(super = command in OS X and windows button in Windows/Linux)

  • ctrl + super + g - after selecting a text this command will select every appearance of the same string throughout the document.
  • super + i - Incremental search
  • shift + super + p - Command Palette (essentially find anything)

Configurations:

  • VI mode - Remove vintage mode from "ignored_packages" inside settings file, make sure to change the user settings not default.
  • You can filter what your project file displays, by making changes to the .sublime-project, here you are able to set specific paths to include, or what files to exclude/include.
  • There is also a really good episode on adjusting your views width when you switch between files (https://tutsplus.com/lesson/configuring-and-mastering-split-windows/)

Useful plugins (most are available through package control):

Useful packages:

@zwang008
Copy link

nice summary, dude!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment