Best Notepad++ Keyboard Shortcuts Ever
Notepad++ Keyboard Shortcuts
Notepad++ is a fantastic tool and with a few short codes that can help your productivity goes a little bit more efficient. There are some obvious ones on the list, but there are some others that you even imagined it was possible.
Heading-1 | Heading-2 |
---|---|
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 |
Shift+F3 | Find Previous |
Ctrl+Shift+F | Find in Files |
Ctrl+F3 | Find (volatil) Next |
Ctrl+Shift+F3 | Find (volatil) Previous |
Ctrl+Shift+I | Incremental Search |
Ctrl+S | Save File |
Ctrl+Alt+S | Save As |
Ctrl+Shift+S | Save All |
Ctrl+O | Open File |
Ctrl+N | New File |
Ctrl+F2 | Toggle Bookmark |
F2 | Go To Next Bookmark |
Shift+F2 | Go To Previous Bookmark |
Ctrl+G | Launch GoToLine Dialog |
Ctrl+W | Close Current Document |
Alt+Shft+Arrow Keys | Column Mode Select |
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) |
Shift+Tab (Selection of several lines) | Remove Tabulation or Space (outdent) |
Ctrl+(Keypad-/Keypad+) | Zoom in (+) and Zoom out (-) |
Ctrl+Mouse Wheel Button | Zoom in (up) and Zoom out (down) |
Ctrl+/(Keypad only) | Restore the original size from zoom |
F11 | Toggle Full Screen Mode |
Ctrl+Tab | Next Document |
Ctrl+Shft+Tab | Previous Document |
Ctrl+Shift+Up | Move Current Line Up |
Ctrl+Shift+Down | Move Current Line Down |
Ctrl+Alt+F | Collapse the Current Level |
Ctrl+Alt+Shift+F | Uncollapse the Current Level |
Alt+0 | Fold All |
Alt+(1~8) | Uncollapse the Level (1~8) |
Ctrl+BackSpace | Delete to Start of Word |
Ctrl+Delete | Delete to end of Word |
Ctrl+Shift+BackSpace | Delete to start of Line |
Ctrl+Shft+Delete | Delete the end of line |
Ctrl+U | Convert to lower case |
Ctrl+Shift+U | Convert to UPPER CASE |
Ctrl+B | Go to Matching Brace |
Ctrl+Shift+R | Start to Record / Stop recording Macro |
Ctrl+Shift+P | Play Recorded Macro |
Ctrl+Q | Block comment/uncomment |
Ctrl+Shift+Q | Stream Comment |
Ctrl+Shift+T | Copy Current Line to Clipboard |
Ctrl+P | |
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 |
You must log in to post a comment.