Notepad++Shortcuts

Line Operations
Ctrl-DDuplicate Current Line
Ctrl-LDelete Current Line
Ctrl-TSwitch the current line position
with the previous line position
Ctrl-Shift-Move Current Line Up
Ctrl-Shift-DownMove Current Line Down
Ctrl-Shift-TCopy current line to clipboard
Ctrl-ISplit Lines
Ctrl-JJoin Lines
Edits
Alt-Shift-Arrow keys or
Alt + Left mouse click
Column Mode Select
Ctrl-BackSpaceDelete to start of word
Ctrl-DeleteDelete to end of word
Ctrl-Shift-BackSpaceDelete to start of line
Ctrl-Shift-DeleteDelete to end of line
Ctrl-Uconvert to lower case
Ctrl-Shift-UCONVERT TO UPPER CASE
Ctrl-Shift-OConvert to Proper Case
Ctrl-QBlock comment/uncomment
Ctrl-Shift-QStream comment
Find
Ctrl-FFind
Ctrl-Shift-FFind in Files
F3Find Next
Shift-F3Find Previous
Ctrl-F3Select and Find Next
Ctrl-Shift-F3Select and Find Previous
Ctrl-Alt-F3Find (Volatile) Next
Ctrl-Alt-Shift-F3Find (Volatile) Previous
Ctrl-HReplace
Ctrl-Alt-IIncremental Search
F7Search Results Window
F4Next Search Result
Shift-F4Previous Search Result
Ctrl-GGo to...
Ctrl-BGo to Matching Brace
Navigate
Ctrl-]Paragraph Down
Ctrl-Shift-]Paragraph Down Select
Ctrl-[Paragraph Up
Ctrl-Shift-[Paragraph Up Select
Ctrl-Shift-RightWord Right End Extend
Ctrl-/Word Part Left
Ctrl-Shift-/Word Part Left Extend
Ctrl-\Word Part Right
Ctrl-Shift-\Word Part Right Extend
Ctrl-RightWord Right
Ctrl-LeftWord Left
Bookmarks
Ctrl-F2Toggle Bookmark
F2Next Bookmark
Shift-F2Previous Bookmark
Ctrl-1Jump down to Mark Style 1
Ctrl-2Jump down to Mark Style 2
Ctrl-3Jump down to Mark Style 3
Ctrl-4Jump down to Mark Style 4
Ctrl-5Jump down to Mark Style 5
Ctrl-Shift-1Jump up to Mark Style 1
Ctrl-Shift-2Jump up to Mark Style 2
Ctrl-Shift-3Jump up to Mark Style 3
Ctrl-Shift-4Jump up to Mark Style 4
Ctrl-Shift-5Jump up to Mark Style 5
Collapse / Fold
Ctrl-Alt-FCollapse the Current Level
Ctrl-Alt-Shift-FUncollapse the Current Level
Alt-0Fold All
Alt-(1~8)Collapse the Level (1~8)
Alt-Shift-0Unfold All
Alt-Shift-(1~8)Uncollapse the Level (1~8)
Misc
Ctrl-GLaunch GoToLine Dialog
Ctrl-WClose Current Document
F5Launch Run Dialog
Ctrl-SpaceLaunch CallTip ListBox
Alt-SpaceLaunch 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
F11Toggle Full Screen Mode
Ctrl-TabNext Document
Ctrl-Shift-TabPrevious Document
Ctrl-Shift-RStart to record /Stop recording the macro
Ctrl-Shift-PPlay recorded macro
Ctrl-PPrint
Alt-F4Exit
Ctrl-Alt-RText Direction RTL
Ctrl-Alt-LText Direction LTR
F1About
Edit
Ctrl-CCopy
Ctrl-XCut
Ctrl-VPaste
Ctrl-ZUndo
Ctrl-YRedo
Ctrl-ASelect All
File
Ctrl-SSave File
Ctrl-Alt-SSave As
Ctrl-Shift-SSave All
Ctrl-OOpen File
Ctrl-NNew File

Zen Coding

Zen Actions

Zen HTML Selectors

Zen Coding - Home Page

Zen Coding - Smashing Magazine

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 ulul.bullets>li*
Wrap menu listdiv#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