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 | |
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 |
Notepad++ Shortcuts 快捷键的更多相关文章
- notepad++ 快捷键大全、notepad常用快捷键
Notepad++ 快捷键 大全, notepad++也情有独钟,最近发现了一个快捷键,就是选中单词,ctrl+shift+enter.不过现在想知道一个快捷键,假设有三行代码,选中后一般按TAB就可 ...
- Notepad++设置快捷键及外部命令
<NotepadPlus> <InternalCommands> <Shortcut id="41020" Ctrl="no" A ...
- shortcuts 快捷键
Home » Linux » shortcuts 快捷键 Page Updated 2018-12-12 19:23 shortcuts 快捷键 移动光标 Ctrl – a :移到行首 Ctrl – ...
- NotePad++常用快捷键。——Arvin
Ctrl+单键 Ctrl+C 复制 Ctrl+X 剪切 Ctrl+V 粘贴 Ctrl+Z 撤消 Ctrl+Y 恢复 Ctrl+A 全选 Ctrl+F 键查找对话框启动 Ctrl+H 查找/替换对话框 ...
- Qt Creator Shortcuts 快捷键大全
编号 快捷键 功能 1 Esc 切换到代码编辑状态 2 F1 查看帮助(选中某一类或函数,按下F1,出现帮助文档) 3 F2 在光标选中对象的声明和定义之间切换(和Ctrl+鼠标左键一样的效果,选中某 ...
- TOAD Menu Shortcuts 快捷键
TOAD Menu Shortcuts Category Command Shortcut Conflict File AWR Browser File Compare Files File DBMS ...
- windows_keyboard shortcuts快捷键
单独按Windows:显示或隐藏"开始"功能表 Windows+BREAK:显示"系统属性" 对话框 Windows+D:显示桌面 Windows+M:最小化所 ...
- 3ds Max Shortcuts 快捷键大全
主界面 [Q]选择循环改变方式 [W]移动 [E]旋转 [R]缩放循环改变方式 [7]物体面数 [8]Environment [9]Advanced lighting [0]Render to Tex ...
- Notepad++ Shortcuts(Chinese and English Version)
Ctrl+C 复制Ctrl+X 剪切Ctrl+V 粘贴Ctrl+Z 撤消Ctrl+Y 恢复Ctrl+A 全选Ctrl+F 键查找对话框启动Ctrl+H 查找/替换对话框Ctrl+D 复制并粘贴当行 C ...
随机推荐
- Segment Tree Modify
For a Maximum Segment Tree, which each node has an extra value max to store the maximum value in thi ...
- poj 1833
http://poj.org/problem?id=1833 next_permutation这个函数是用来全排列的,按字典的序进行排列,当排列无后继的最大值时,会执行字典升序排列,相当于排序: 当排 ...
- 如何判断CPU字节序之[Big-endian vs Little-endian]
[本文链接] http://www.cnblogs.com/hellogiser/p/big-endian-vs-little-endian.html [Big-endian vs Little-en ...
- 3.子数组的最大和[MaximumContinuousSubArray]
[题目]: 输入一个整形数组,数组里有正数也有负数.数组中连续的一个或多个整数组成一个子数组,每个子数组都有一个和.求所有子数组的和的最大值,要求时间复杂度为O(n). 例如输入的数组为1, -2, ...
- codeforces B. Dima and Text Messages 解题报告
题目链接:http://codeforces.com/problemset/problem/358/B 题目意思:给出n个单词(假设为word1,word2.word3...wordn)和一句test ...
- Markdown 语法速查表
Markdown 语法速查表 1 标题与文字格式 标题 # 这是 H1 <一级标题> ## 这是 H2 <二级标题> ###### 这是 H6 <六级标题> 文 ...
- ecshop绕过验证码暴力破解
若验证码不匹配,并没有销毁当前验证码 所以就可以一次请求验证码图片后,只要不再刷新验证码就可以一直使用 1.获取正确的验证码 2. 1 2 3 4 5 6 7 8 9 10 11 12 13 ...
- Java Hour 20 Spring
有句名言,叫做10000小时成为某一个领域的专家.姑且不辩论这句话是否正确,让我们到达10000小时的时候再回头来看吧. 本文作者Java 现经验约为20 Hour,请各位不吝赐教. 今天心情不佳,只 ...
- PHP+socket+SMTP、POP3协议发送、接收邮件
.实现SMTP协议的类dsmtp.cls.php:<?php , $webname=).); } } .实现POP3协议的类dpop3.cls.php: <? ...
- Android 颜色Color(转)
摘自:http://blog.sina.com.cn/s/blog_6f3ff2c90100t2oa.html Android中使用4个数字来表示颜色,分别是alpha.红(red).绿(green) ...