Sublime Text Editor Keyboard shortcut Keys
Sublime Text is a one of the top most simple & cross platform source code editor. Please find out the some very useful shortcut keys for sublime text editor your easy and fast coding. All the shortcut is tested and used by me when I use to coding to speedup work.
1. Ctrl + PgUp (Page Up)
- Switch between opened pages (Right to Left)
2. Ctrl + PgDn (Page Down) - Switch between opened pages (Left to Right)
3. Ctrl + Home - Go
to at the top of page.
4. Ctrl + End -
Go to at the end of page.
5. Ctrl + Delete – Delete
a whole Word within one press.
6. Shift + Delete -
Delete a whole line and clear the space at the same time within one press.
7. Ctrl +Shift + Delete - Delete
a whole line and remain the space of that line within one press.
8. Ctrl + J - Remove the white space or collect the whole
text into one line (convert to minified version)
9. Ctrl + Double K- Remove
the whole line from right side to the cursor.
10.
Ctrl
+ Shift + K - Remove the whole line no matter where is
your cursor in the line.
11.
Ctrl
+ L – Select the whole line at a time no matter where is
your cursor in the line.
12.
Ctrl
+ D – Select all common text from the whole document and
make them updatable at the same time.
13.
Ctrl
+Shift + D – Make the copy of the whole line just
below the line, No matter where is your cursor in line.
14.
Ctrl
+ Down Arrow – Make the cursor fixed at the top and
scroll the page.
15.
Ctrl
+ Up Arrow (Default)- Make the cursor fixed at the bottom and scroll
the page .
16.
Shift
+ Up Arrow - Select the content up side from the
cursor, one line at a time or vice versa.
17. Shift
+ Down Arrow - Select the content down side from the
cursor, one line at a time or vice versa.
18.
Shift
+ Left Arrow - Select the content left side from the
cursor, one letter at a time or vice versa.
19.
.
Shift + Right Arrow - Select the content right side from the cursor, one letter
at a time or vice versa.
20.
Ctrl
+Shift + Left Arrow - Select the content left side from
the cursor, one word at a time or vice versa.
21.
Ctrl
+Shift + Right Arrow - Select the content right side from
the cursor, one word at a time or vice versa.