Skip to content

Instantly share code, notes, and snippets.

@dbaltas
Last active February 6, 2018 09:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbaltas/9b39a6e915ce4d125b18f42bd19e3372 to your computer and use it in GitHub Desktop.
Save dbaltas/9b39a6e915ce4d125b18f42bd19e3372 to your computer and use it in GitHub Desktop.
Sublime tips to improve productivity

Intro

Sublime is a powerful editor that in many cases can be better, and much faster to write code than a powerful IDE.

The shortcuts below are for macOS.

Navigation

Previous/Next Cursor position

To navigate to the previous cursor position ctrl+-. To go to the next cursor position ctrl++

This works across open files

Previous/Next word occurence

Having the cursor in the word you want to find, use two features combined "Expand Selection to word" and "Find" cmd+D, F, to get in search mode. Then use Enter to navigate forward, Shift+Enter to navigate backwords.

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