| Ctrl-C |
Copy |
+
– |
| Ctrl-X |
Cut |
+
– |
| Ctrl-V |
Paste |
+
– |
| Ctrl-Z |
Undo |
+
– |
| Ctrl-Y |
Redo |
+
– |
| Ctrl-A |
Select All |
+
– |
| Ctrl-F |
Launch Find Dialog |
+
– |
| Ctrl-H |
Launch Find / Replace Dialog |
+
– |
| Ctrl-D |
Duplicate Current Line |
+
– |
| Ctrl-L |
Delete Current Line |
+
– |
| Ctrl-T |
Switch the current line position with the previous line position |
+
– |
| F3 |
Find Next |
+
– |
| Shft-F3 |
Find Previous |
+
– |
| Ctrl-Shft-F |
Find in Files |
+
– |
| Ctrl-F3 |
Find (volatil) Next |
+
– |
| Ctrl-Shft-F3 |
Find (volatil) Previous |
+
– |
| Ctrl-Shft-I |
Incremental Search |
+
– |
| Ctrl-S |
Save File |
+
– |
| Ctrl-Alt-S |
Save As |
+
– |
|
|
| Ctrl-Shft-S |
Save All |
+
– |
| Ctrl-O |
Open File |
+
– |
| Ctrl-N |
New File |
+
– |
| Ctrl-F2 |
Toggle Bookmark |
+
– |
| F2 |
Go To Next Bookmark |
+
– |
| Shft-F2 |
Go To Previous Bookmark |
+
– |
| Ctrl-G |
Launch GoToLine Dialog |
+
– |
| Ctrl-W |
Close Current Document |
+
– |
| Alt-Shft-Arrow keys or Alt + Left mouse click |
Column Mode Select |
+
– |
| F5 |
Launch Run Dialog |
+
– |
| Ctrl-Space |
Launch CallTip ListBox |
+
– |
| Alt-Space |
Launch Word Completion ListBox |
+
– |
| Tab (selection of several lines) |
Insert Tabulation or Space (Indent) |
+
– |
| Shft-Tab (selection of several lines) |
Remove Tabulation or Space (outdent) |
+
– |
| Ctrl-(Keypad-/Keypad+) or Ctrl + mouse wheel butto |
Zoom in (+ or up) and Zoom out (- or down) |
+
– |
| Ctrl-Keypad/ |
Restore the original size from zoom |
+
– |
| F11 |
Toggle Full Screen Mode |
+
– |
| Ctrl-Tab |
Next Document |
+
– |
| Ctrl-Shft-Tab |
Previous Document |
+
– |
| Ctrl-Shft-Up |
Move Current Line Up |
+
– |
| Ctrl-Shft-Down |
Move Current Line Down |
+
– |
| Ctrl-Alt-F |
Collapse the Current Level |
+
– |
| Ctrl-Alt-Shft-F |
Uncollapse the Current Level |
+
– |
| Alt-0 |
Fold All |
+
– |
| Alt-(1~8) |
Collapse the Level (1~8) |
+
– |
| Alt-Shft-0 |
Unfold All |
+
– |
| Alt-Shft-(1~8) |
Uncollapse the Level (1~8) |
+
– |
| Ctrl-BackSpace |
Delete to start of word |
+
– |
| Ctrl-Delete |
Delete to end of word |
+
– |
| Ctrl-Shft-BackSpace |
Delete to start of line |
+
– |
| Ctrl-Shft-Delete |
Delete to end of line |
+
– |
| Ctrl-U |
Convert to lower case |
+
– |
| Ctrl-Shft-U |
Convert to UPPER CASE |
+
– |
| Ctrl-B |
Go to matching brace |
+
– |
| Ctrl-Shft-R |
Start to record /Stop recording the macro |
+
– |
| Ctrl-Shft-P |
Play recorded macro |
+
– |
| Ctrl-Q |
Block comment/uncomment |
+
– |
| Ctrl-Shft-Q |
Stream comment |
+
– |
| Ctrl-Shft-T |
Copy current line to clipboard |
+
– |
| Ctrl-P |
Print |
+
– |
| Alt-F4 |
Exit |
+
– |
| Ctrl-I |
Split Lines |
+
– |
| Ctrl-J |
Join Lines |
+
– |
| Ctrl-Alt-R |
Text Direction RTL |
+
– |
| Ctrl-Alt-L |
Text Direction LTR |
+
– |
| F1 |
About |
+
– |
//z 2012-4-13 16:49:44 PM IS2120@CSDN
http://blog.csdn.net/is2120/article/details/7458526
//z 2014-04-04 17:03:19 BG57IV3@XCL T3032729976.K.F253293061 [T153,L2001,R94,V3219]
Table of Contents:
-
Basic File Management
-
Edit
-
Search
-
View
1.
Basic File Management |
|
Ctrl+N |
Create new document. |
|
Ctrl+P |
Display Print... dialog
box. |
|
Ctrl+O |
Display Open
File... dialog box. |
|
Ctrl+S |
Save current document. |
|
Ctrl+Alt+S |
Display Save
As... dialog box. |
|
Ctrl+Shift+S |
Save all open documents. |
|
Ctrl+W |
Close current document. |
|
Alt+F4 |
Exit Notepad++ |
▲ up
2.
Edit |
|
Alt+C |
Column editor |
Indent |
|
Tab |
Increase line indent |
|
Shift+Tab |
Decrease line indent |
Convert
case to |
|
Ctrl+Shift+U |
Convert to upper case |
|
Ctrl+U |
Convert to lower case |
Line
Operations |
|
Ctrl+D |
Duplicate current line |
|
Ctrl+I |
Split lines |
|
Ctrl+J |
Join lines |
|
Ctrl+Shift+down |
Move down current line |
|
Ctrl+Shift+up |
Move up current line |
Comment
/ uncomment |
|
Ctrl+Q |
Toggle block comment |
|
Ctrl+K |
Block comment |
|
Ctrl+Shift+K |
Block uncomment |
|
Ctrl+Shift+Q |
Stream comment |
Auto-completion |
|
Ctrl+Space |
Function completion |
|
Ctrl+Enter |
Word completion |
|
Ctrl+Shift+Space |
Function parameter hint |
▲ up
3.
Search |
|
Ctrl+F |
Find |
|
Ctrl+Shift+F |
Find in files... |
|
F3 |
Find next |
|
Shift+F3 |
Find previous |
|
Ctrl+F3 |
Select and find next |
|
Ctrl+Shift+F3 |
Select and find previous |
|
Ctrl+Alt+F3 |
Find (volatile) next |
|
Ctrl+Alt+Shift+F3 |
Find (volatile) previous |
|
Ctrl+H |
Replace... |
|
Ctrl+Alt+I |
Incremental search |
|
F7 |
Search results window |
|
F4 |
Next search result |
|
Shift+F4 |
Previous search result |
|
Ctrl+G |
Go to... |
|
Ctrl+B |
Go to matching brace |
Jump
up |
|
Ctrl+Shift+1 |
1st style |
|
Ctrl+Shift+2 |
2nd style |
|
Ctrl+Shift+3 |
3rd style |
|
Ctrl+Shift+4 |
4th style |
|
Ctrl+Shift+5 |
5th style |
|
Ctrl+Shift+O |
Find style |
Jump
down |
|
Ctrl+1 |
1st style |
|
Ctrl+2 |
2nd style |
|
Ctrl+3 |
3rd style |
|
Ctrl+4 |
4th style |
|
Ctrl+5 |
5th style |
|
Ctrl+O |
Find style |
Bookmark |
|
Ctrl+F2 |
Toggle bookmark |
|
F2 |
Next bookmark |
|
Shift+F2 |
Previous bookmark |
▲ up
4.
View |
|
Ctrl+Alt+R |
Text direction RTL |
|
Ctrl+Alt+L |
Text direction LTR |