Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 769 Bytes

importantShortcuts.md

File metadata and controls

17 lines (13 loc) · 769 Bytes

Important Shortcuts that make sublime more useful

This file contains the important shortcuts that you may help you program better.

Purpose Shortcut Combo Mnemonic
Compile your code Ctrl + B B for Build
Open Terminal from cur directory Ctrl + Shift + T T for Terminal
Format code Ctrl + Alt + F F for Format
Comment Your code Ctrl + / // marks the beginning of comment
Multi comment Ctrl + Shift + / With Shift X, we uplift the case.
Move to the closing/opening braces of a block Ctrl + M
List all functions Ctrl+R

Note:

If you find any other useful shortcut, you may submit a Pull Request or create an issue.