Skip to main content

Posts

Showing posts from October, 2016

Sublime 3 - useful keyboard shortcuts

source #1: http://www.hongkiat.com/blog/sublime-text-tips/ source #2: https://www.cheatography.com/tdeyle/cheat-sheets/sublime-text-3/ Ctrl + D Select a word. Ctrl + L Select a line. Ctrl + A Select the entire content within the document. Ctrl + Shift + M Select anything inside the bracket (which is useful when working with CSS or JavaScript) Furthermore, Sublime Text brings lets us select multiple lines at once, which can significantly boost your productivity. There are several ways to perform this feature: Ctrl Hold the Ctrl key and click on the lines that you want to select. Ctrl + Shift + G Select a code, line, or word first the hit this combo to select the others with the same instances. Ctrl + D Hit this key to quickly select the next code, line, or word that has the same instances as you are currently selecting.