Notepad++Shortcuts
Line Operations |
Ctrl-D | Duplicate Current Line |
Ctrl-L | Delete Current Line |
Ctrl-T | Switch the current line position with the previous line position |
Ctrl-Shift-↑ | Move Current Line Up |
Ctrl-Shift-Down | Move Current Line Down |
Ctrl-Shift-T | Copy current line to clipboard |
Ctrl-I | Split Lines |
Ctrl-J | Join Lines |
Edits |
Alt-Shift-Arrow keys or Alt + Left mouse click | Column Mode Select |
Ctrl-BackSpace | Delete to start of word |
Ctrl-Delete | Delete to end of word |
Ctrl-Shift-BackSpace | Delete to start of line |
Ctrl-Shift-Delete | Delete to end of line |
Ctrl-U | convert to lower case |
Ctrl-Shift-U | CONVERT TO UPPER CASE |
Ctrl-Shift-O | Convert to Proper Case |
Ctrl-Q | Block comment/uncomment |
Ctrl-Shift-Q | Stream comment |
Find |
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 |
Navigate |
Ctrl-] | Paragraph Down |
Ctrl-Shift-] | Paragraph Down Select |
Ctrl-[ | Paragraph Up |
Ctrl-Shift-[ | Paragraph Up Select |
Ctrl-Shift-Right | Word Right End Extend |
Ctrl-/ | Word Part Left |
Ctrl-Shift-/ | Word Part Left Extend |
Ctrl-\ | Word Part Right |
Ctrl-Shift-\ | Word Part Right Extend |
Ctrl-Right | Word Right |
Ctrl-Left | Word Left |
Bookmarks |
Ctrl-F2 | Toggle Bookmark |
F2 | Next Bookmark |
Shift-F2 | Previous Bookmark |
|
Ctrl-1 | Jump down to Mark Style 1 |
Ctrl-2 | Jump down to Mark Style 2 |
Ctrl-3 | Jump down to Mark Style 3 |
Ctrl-4 | Jump down to Mark Style 4 |
Ctrl-5 | Jump down to Mark Style 5 |
|
Ctrl-Shift-1 | Jump up to Mark Style 1 |
Ctrl-Shift-2 | Jump up to Mark Style 2 |
Ctrl-Shift-3 | Jump up to Mark Style 3 |
Ctrl-Shift-4 | Jump up to Mark Style 4 |
Ctrl-Shift-5 | Jump up to Mark Style 5 |
Collapse / Fold |
Ctrl-Alt-F | Collapse the Current Level |
Ctrl-Alt-Shift-F | Uncollapse the Current Level |
Alt-0 | Fold All |
Alt-(1~8) | Collapse the Level (1~8) |
Alt-Shift-0 | Unfold All |
Alt-Shift-(1~8) | Uncollapse the Level (1~8) |
Misc |
Ctrl-G | Launch GoToLine Dialog |
Ctrl-W | Close Current Document |
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) |
Shift-Tab (selection of several lines) | Remove Tabulation or Space (outdent) |
Ctrl-(Keypad-/Keypad+) or Ctrl + mouse wheel button (if any) | 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-Shift-Tab | Previous Document |
Ctrl-Shift-R | Start to record /Stop recording the macro |
Ctrl-Shift-P | Play recorded macro |
Ctrl-P | Print |
Alt-F4 | Exit |
Ctrl-Alt-R | Text Direction RTL |
Ctrl-Alt-L | Text Direction LTR |
F1 | About |
Edit |
Ctrl-C | Copy |
Ctrl-X | Cut |
Ctrl-V | Paste |
Ctrl-Z | Undo |
Ctrl-Y | Redo |
Ctrl-A | Select All |
File |
Ctrl-S | Save File |
Ctrl-Alt-S | Save As |
Ctrl-Shift-S | Save All |
Ctrl-O | Open File |
Ctrl-N | New File |
Zen Coding Examples |
| tr*6>th+td*2 |
| tr.hdr>th[colspan] |
| fieldset>table.scuts[colspacing] |
| div#content.wrapper>h1+p*2 |
| ul.ulname>li.li_item |
| div#menu>span.item[title] |
| footer>div>a+input |
| ul>li*4>span |
| section>article.item$$*4 |
| ul>li*4>span{Caption $$} |
| ul>li*4>span{Caption $$}+a{click me} |
Wrap list to ul | ul.bullets>li* |
Wrap menu list | div#header>ul#navigation>li.item$*>a>span |
Zen Coding Shortcuts |
| html:xml |
| html:5 |
| link:css |
| style |
| script |
| script:src |
| dl+ |
| a:link |
| a:mail |
| input:text |
| input:button |
| textarea |