As a novice to start contact programming, here's a summary of some of the shortcuts I use everyday
Ctrl+shift+n
Ctrl+shift+w Open a new sublime
Ctrl+shift+t reopen recently closed file
CTRL + N New File
alt+shift+ digital into multi-screen display
Ctrl+s Save
Ctrl+shift+s Save As
Ctrl+f4 Close the current tab
Alt+f4 shutting down the software
F11 Full Screen Toggle
Ctrl+shift+backspace All sides Delete all
CTRL + Z Undo
Ctrl+y Recovery
shift+ direction key Move and select
CTRL + ARROW keys to move by \w rules
Shift+home Select to the beginning of the line
Shift+end Select to end of line
Ctrl+up Scrolling Line
CTRL+DOWM Scrolling Line
Ctrl+shift+l Selecting multiple lines of editing
Ctrl+l Select the cursor in the row
Ctrl+d Select the next character with the same item
Alt+f3 Find All items
Ctrl+m jump into parentheses
Ctrl+p searching for files in a project
CTRL+SHIFT+P Open Command Panel
Ctrl+enter inserting a new row after the current row
Ctrl+shift+enter inserting a new row before the current row
Ctrl+f Find
Ctrl+shift+f Find Replacement
Ctrl+h Find Replacement
F3 Find next item
ctrl+/Comments (Uncomment)
ctrl+shift+/Canceling comments
ctrl++ magnification
ctrl+-shrinking
Ctrl+shift+[Folding Code
Ctrl+shift+] Unwind code
Alt+enter Find All
CTRL+KK Delete from cursor to end of line
Ctrl+j Merging multiple rows
Ctrl+shift+k Delete an entire row
Ctrl+d Word selection (press and hold to select the next same character)
Ctrl+shift+d the line where the cursor is copied, before inserting it in the row
Ctrl+ku Change to uppercase
CTRL+KL Change to lowercase
Ctrl+shitf+↑ and Upstream Interchange
Ctrl+shift+↓ and Downlink Interchange
Ctrl+enter cursor after insertion
Ctrl+shift+enter Cursor Front Insertion
Sublime text Common shortcut keys