File: //usr/local/usermin-1.750/authentic-theme/help/editor.zh_CN.UTF-8.html
<i class="hidden theme_xhred_editor_help"></i>
<header>編輯器快速鍵</header>
<h5><strong>查找/替換</strong></h5>
<table class="table table-condensed table-hover">
<colgroup>
<col width="30%">
<col width="70%">
</colgroup>
<thead valign="bottom">
<tr>
<th class="head">按鍵</th>
<th class="head">指令</th>
</tr>
</thead>
<tbody valign="top">
<tr>
<td>Ctrl + F</td>
<td>搜尋</td>
</tr>
<tr>
<td>Ctrl + H</td>
<td>替換</td>
</tr>
<tr>
<td>Ctrl + ⇧ + R</td>
<td>全部替換</td>
</tr>
<tr>
<td>Ctrl + G</td>
<td>搜尋後一個</td>
</tr>
<tr>
<td>Ctrl + ⇧ + G</td>
<td>搜尋前一個</td>
</tr>
<tr>
<td>Alt + G</td>
<td>跳到某行</td>
</tr>
</tbody>
</table>
<h5><strong>文本操作</strong></h5>
<table class="table table-condensed table-hover">
<colgroup>
<col width="30%">
<col width="70%">
</colgroup>
<thead valign="bottom">
<tr>
<th class="head">按鍵</th>
<th class="head">指令</th>
</tr>
</thead>
<tbody valign="top">
<tr>
<td>Meta + ⇧ + W</td>
<td>Toggle soft wrap</td>
</tr>
<tr>
<td>Ctrl + KU</td>
<td>轉至大寫</td>
</tr>
<tr>
<td>Ctrl + KL</td>
<td>轉至小寫</td>
</tr>
</tbody>
</table>
<h5><strong>編輯</strong></h5>
<table class="table table-condensed table-hover">
<colgroup>
<col width="30%">
<col width="70%">
</colgroup>
<thead valign="bottom">
<tr>
<th class="head">Keypress</th>
<th class="head">指令</th>
</tr>
</thead>
<tbody valign="top">
<tr>
<td>Ctrl + Space</td>
<td>啟用自動補全</td>
</tr>
<tr>
<td>Ctrl + X</td>
<td>剪下行</td>
</tr>
<tr>
<td>Ctrl + ⇧ + ↑</td>
<td>向上移動行/選中內容</td>
</tr>
<tr>
<td>Ctrl + ⇧ + ↓</td>
<td>向下移動行/選中內容</td>
</tr>
<tr>
<td>Ctrl + L</td>
<td>選擇行 - 重複以選擇下一行</td>
</tr>
<tr>
<td>Ctrl + D</td>
<td>選擇詞 - 重複以選擇下一匹配</td>
</tr>
<tr>
<td>Ctrl + M</td>
<td>Jump to closing parentheses - Repeat to jump to opening parentheses</td>
</tr>
<tr>
<td>Ctrl + ⇧ + M</td>
<td>Select all contents of the current parentheses</td>
</tr>
<tr>
<td>Ctrl + ⇧ + K</td>
<td>刪除行</td>
</tr>
<tr>
<td>Ctrl + KK</td>
<td>Delete from cursor to end of line</td>
</tr>
<tr>
<td>Ctrl + K + Backspace</td>
<td>Delete from cursor to start of line</td>
</tr>
<tr>
<td>Ctrl + ⇧ + D</td>
<td>Duplicate line(s)</td>
</tr>
<tr>
<td>Ctrl + J</td>
<td>Join line below to the end of the current line</td>
</tr>
<tr>
<td>Ctrl + /</td>
<td>Comment/un-comment current line</td>
</tr>
<tr>
<td>Ctrl + ⇧ + /</td>
<td>Block comment current selection</td>
</tr>
<tr>
<td>Ctrl + Y</td>
<td>Redo, or repeat last keyboard shortcut command</td>
</tr>
<tr>
<td>Ctrl + ⇧ + V</td>
<td>Paste and indent correctly</td>
</tr>
<tr>
<td>Ctrl + Space</td>
<td>Select next auto-complete suggestion</td>
</tr>
<tr>
<td>Ctrl + U</td>
<td>soft undo; jumps to your last change before undoing change when repeated</td>
</tr>
</tbody>
</table>