File: //usr/local/usermin-1.750/authentic-theme/help/editor.html
<i class="hidden theme_xhred_editor_help"></i>
<header>Editor Keyboard Shortcuts</header>
<h5><strong>Find/Replace</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">Command</th>
</tr>
</thead>
<tbody valign="top">
<tr>
<td>Ctrl + F</td>
<td>Find</td>
</tr>
<tr>
<td>Ctrl + H</td>
<td>Replace</td>
</tr>
<tr>
<td>Ctrl + ⇧ + R</td>
<td>Replace all</td>
</tr>
<tr>
<td>Ctrl + G</td>
<td>Find next</td>
</tr>
<tr>
<td>Ctrl + ⇧ + G</td>
<td>Find previous</td>
</tr>
<tr>
<td>Alt + G</td>
<td>Jump to line</td>
</tr>
</tbody>
</table>
<h5><strong>Text manipulation</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">Command</th>
</tr>
</thead>
<tbody valign="top">
<tr>
<td>Meta + ⇧ + W</td>
<td>Toggle soft wrap</td>
</tr>
<tr>
<td>Ctrl + KU</td>
<td>Transform to uppercase</td>
</tr>
<tr>
<td>Ctrl + KL</td>
<td>Transform to lowercase</td>
</tr>
</tbody>
</table>
<h5><strong>Editing</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">Command</th>
</tr>
</thead>
<tbody valign="top">
<tr>
<td>Ctrl + Space</td>
<td>Activate autocompletion</td>
</tr>
<tr>
<td>Ctrl + X</td>
<td>Cut line</td>
</tr>
<tr>
<td>Ctrl + ⇧ + ↑</td>
<td>Move line/selection up</td>
</tr>
<tr>
<td>Ctrl + ⇧ + ↓</td>
<td>Move line/selection down</td>
</tr>
<tr>
<td>Ctrl + L</td>
<td>Select line - Repeat to select next lines</td>
</tr>
<tr>
<td>Ctrl + D</td>
<td>Select word - Repeat select others occurrences</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>Delete Line</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>