Sublime Text 3 all Keyboard Shortcuts. - Hindi Bloggers.

Sublime Text 3 all Keyboard Shortcuts
Sublime Text 3

General :

Task Shortcut Key
Command Pallet Ctrl+ Shift+ P
Show/Hide Console Ctrl+ '
Toggle Side bar Ctrl+ K then Ctrl+ B
Show Scope in Status bar Ctrl+ Shift+ Alt+ P
Redo Last Keyboard Shortcut Ctrl+ Y
Select Autocomplete Suggestion Ctrl+ Space

Window Manipulation :

Task Shortcut Key
Full Screen F11
Distraction Free Mode Shift+ F11
New Window Ctrl+ Shift+ N
New Tab Ctrl+ N
Close Tab Ctrl+ W
Select a Tab Alt+ Tab Number
Switch to Pane Ctrl+ Pane Number
Move Tab to Pane Ctrl+ Shift+ Pane Number

Pane Manipulation :

Task Shortcut Key
Move to Panel Ctrl+ Panel Number
Move File to Panel Ctrl+ Shift+ Panel Number

Text Manipulation :

Task Shortcut Key
Transform to Uppercase Ctrl+ K then Ctrl+ U
Transform to Lowercase Ctrl+ K then Ctrl+ L
Increase Font Size Ctrl+ Plus(+)
Decrease Font Size Ctrl+ Minus(-)

Navigation :

Task Shortcut Key
Quick Open File Ctrl+ P
Go to Symbol Ctrl+ R
Go to Line Ctrl+ G
Go to Next Tab Ctrl+ Page Down
Go to Previous Tab Ctrl+ Page Up
Jump to Closing Parentheses Ctrl+ M

Split Window :

Task Shortcut Key
Revert View to Single Column Alt+ Shift+ 1
Split View into Two Columns Alt+ Shift+ 2
Split View into Three Columns Alt+ Shift+ 3
Split View into Four Columns Alt+ Shift+ 4
Set view to grid (4 groups) Alt+ Shift+ 5
Split View into two Rows Alt+ Shift+ 8
Jump to Group 1-4 Ctrl+ 1 to 4
Move File to Specific Group between 1-4 Ctrl+ Shift+ 1 to 4

Selecting Text :

Task Shortcut Key
Word Ctrl+ D
Line Ctrl+ L
Quick Select Next Iteration Ctrl+ D
Unselect Next Iteration Ctrl+ U
Skip, and Select the Next Iteration Ctrl+ K, D
Parentheses content Ctrl+ Shift+ M
Indentation Content Ctrl+ Shift+ J
Column Selection Up Ctrl+ Alt+ ↑
Column Selection Down Ctrl+ Alt+ ↓
Multi-Select Editing Ctrl+ Left Click (Mouse)

Editing :

Task Shortcut Key
Move Line Up Ctrl+ Shift+ ↑
Move Line Down Ctrl+ Shift+ ↓
Insert Line Before Ctrl+ Shift+ Enter
Insert Line After Ctrl+ Enter
Indent Current Line Ctrl+ ]
Unindent Current Line Ctrl+ [
Duplicate Line Ctrl+ Shift+ D
Join Line Below Current Line Ctrl+ J
Delete Line Ctrl+ Shift+ K
Delete From Cursor to End of Line Ctrl+ K, K
Delete From Cursor to Start of Line Ctrl+ K, Backspace
Delete Word Forward Ctrl+ Delete
Delete Word Backward Ctrl+ Backspace
Paste with Proper Indentation Ctrl+ Shift+ V
Cut Line Ctrl+ X
Split Selection into Lines Ctrl+ Shift+ L
Select Line-Repeat to Select Next Line Ctrl+ L
Select Word-Repeat Select Others Occurrences Ctrl+ D
Jump to Closing Parentheses. Repeat to Jump to Opening Parentheses Ctrl+ M
Select all Content of the Current Parentheses Ctrl+ Shift+ M
Comment/Uncomment Current Line Ctrl+ /
Block Comment Current Selection Ctrl+ Shift+ /
Redo, or Repeat Last Keyboard Shortcut Command Ctrl+ Y
Paste and Indent Correctly Ctrl+ Shift+ V
Undo Ctrl+ U
Quick Skip Next Ctrl+ K, D
Wrap Selection in HTML Tag Alt+ Shift+ W
Close Current HTML tag Alt+ Period(.)

Find and Replace :

Task Shortcut Key
Find Ctrl+ F
Find Next F3
Find Previous Shift+ F3
Replace Every Selection Alt+ F3 (After Selecting)
Replace Ctrl+ H
Incremental Search Ctrl+ I
Find in Files Ctrl+ Shift+ F
Find then Multi-Edit Ctrl+ F then Alt+ Enter
Use Selection for Find Field Ctrl+ E
Use Selection for Replace Field Ctrl+ Shift+ E
Go from Multiple Selections to a Single Selection Esc

Tabs :

Task Shortcut Key
Open Last Closed Tab Ctrl+ Shift+ T
Cycle Up through Tabs Ctrl+ Page Up
Cycle Down through Tabs Ctrl+ Page Down
Find in Files Ctrl+ W
Close Current Tab Ctrl+ W
Switch to a Specific Tab Alt+ [1 - 9]

Bookmarks :

Task Shortcut Key
New Bookmark Ctrl+ F2
Next Bookmark F2
Previous Bookmark Shift+ F2
Clear Bookmarks Ctrl+ Shift+ F2

Code Folding :

Task Shortcut Key
Fold Selection Ctrl+ Shift+ [
Unfold Selection Ctrl+ Shift+ ]
Fold All Ctrl+ K, 1
Unfold All Ctrl+ K, J
Fold Level Ctrl+ 2/9