Tip, Tricks and Letting off steam

Notepad++ keyboard shortcuts

Notepad++ Keyboard Shortcuts

Notepad++ has become my favorite editor when coding PHP or XML. It just has so many useful little features. You can have all of the documents you need opened in one window and separated with tabs. You can have a 2nd workspace hidden within the same window, which is great when you are updating some code, you can have the original in one “view” and the new code in another view. The FIND feature of looking into all open documents, or documents in a directory is awesome to have if you are stuck on windows and don’t have cools tools like ‘find’ and ‘grep’ handy.  I have also setup my own “language” that parses through Java error logs so that you can collapse each error and skip all of the “at ..” lines when not needed.

The TextFX plugins are awesome and the XML re-indent tool has been a real life saver and speeds up fixing messed up CSS sheets and other XML coding.

Read more to get a list of the Notepad++ keyboard shortcut keys.

List of Notepad++ shortcut keys (Bold I use most)
Shortcut Action
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 Tab
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 key Column Mode Select
F5 Launch Run Dialog
Ctrl-Space Launch CallTip ListBox
Alt-Space Launch Word Completion ListBox
Tab (selection of se Insert Tabulation or Space (Indent)
Shft-Tab (selection Remove Tabulation or Space (outdent)
Ctrl-(Keypad-/Keyp 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
F2 Go To Next Bookmark
F3 Find Next
F4
F5 Launch Run Dialog
F6 Execute Command Dialog
F7
F8
F9
F10
F11 Toggle Full Screen Mode
F12 Post-it (Remove all menus)
Alt-F1 Get PHP Help From us2.php.net/manual
Alt-F2 Launch Google Search
Alt-F3 Launch Wikipedia Search
Alt-F4 Exit Application
Alt-F5 Open file
Alt-F6 Opens a new window (Ctrl-N opens new Tab)

21 Responses to Notepad++ keyboard shortcuts

Leave a Reply