Notepad++ Shortcuts 快捷键

简介:

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)  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-Shift-Arrow keys or  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)
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-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) Collapse the Level (1~8)
Alt-Shift-0      Unfold All
Alt-Shift-(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-Shift-Delete        Delete to 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 the 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   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
本文转自博客园Grandyang的博客,原文链接:快捷键Notepad++ Shortcuts ,如需转载请自行联系原博主。
相关文章
notepad快捷键大全
Notepad++ 快捷键 大全Ctrl+C 复制Ctrl+X 剪切Ctrl+V 粘贴Ctrl+Z 撤消Ctrl+Y 恢复Ctrl+A 全选Ctrl+F 键查找对话框启动Ctrl+H 查找/替换对话框Ctrl+D 复制并粘贴当行Ctrl+L 删除当前行Ctrl+T 当行向上移动一行F3 查找下一个S...
2741 0
|
XML Java 数据格式
浅谈Notepad++选中行操作+快捷键+使用技巧【超详解】
Notepad++选中行操作 快捷键 使用技巧 用Notepad++写代码,要是有一些重复的代码想copy一下,还真不容易,又得动用鼠标,巨烦人。。。。 有木有简单的方法呢,确实还是有的不过也不算太好用。
4851 0
notepad++实用快捷键
ctrl+D 复制并粘贴当行 ctrl+L  删除当前行 ctrl+T 当行向上移动一行 ctrl+G 定位换行 偏移量 Tab 插入缩进 shift+tab 删除缩进 ctrl+shift+up 当前行向上移 ctrl+shift+down 当前行向下移 ctrl+alt+F...
932 0
|
9月前
Notepad++怎么对比文件,安装文件对比插件Compare plugin
Notepad++怎么对比文件,安装文件对比插件Compare plugin
1587 2
|
测试技术
notepad++安装HexEditor插件查看二进制文件
有时候我们需要分析二进制文件,但是分析二进制文件直接用编辑器查看会出现乱码的情况,本文在 notepad++ 软件上安装一个 HexEditor 插件,可方便分析二进制文件。
764 0
|
人工智能 JSON 机器人
NDD(notepad--)的AI机器人插件制作过程
NDD(notepad--)的AI机器人插件制作过程
|
机器人 Linux 编译器
替代notepad++,notepad--介绍及插件cmake编译
替代notepad++,notepad--介绍及插件cmake编译