mirror of
https://github.com/sayanarijit/xplr
synced 2024-11-18 09:26:05 +00:00
Automated deployment: Fri Jan 21 09:57:42 UTC 2022 e6ea983a8a
This commit is contained in:
parent
2252336b40
commit
233d1b05be
@ -155,6 +155,7 @@ of <a href="modes.html">modes</a> and the key mappings for each mode.</p>
|
||||
<tr><td>G</td><td></td><td>go to bottom</td></tr>
|
||||
<tr><td>V</td><td>ctrl-a</td><td>select/unselect all</td></tr>
|
||||
<tr><td>ctrl-c</td><td></td><td>terminate</td></tr>
|
||||
<tr><td>ctrl-d</td><td></td><td>duplicate as</td></tr>
|
||||
<tr><td>ctrl-i</td><td>tab</td><td>next visited path</td></tr>
|
||||
<tr><td>ctrl-o</td><td></td><td>last visited path</td></tr>
|
||||
<tr><td>ctrl-r</td><td></td><td>refresh screen</td></tr>
|
||||
@ -175,7 +176,7 @@ of <a href="modes.html">modes</a> and the key mappings for each mode.</p>
|
||||
<tr><td>~</td><td></td><td>go home</td></tr>
|
||||
<tr><td>[0-9]</td><td></td><td>input</td></tr>
|
||||
</tbody></table>
|
||||
<h3 id="debug"><a class="header" href="#debug">debug</a></h3>
|
||||
<h3 id="debug-error"><a class="header" href="#debug-error">debug error</a></h3>
|
||||
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
|
||||
<tr><td>ctrl-c</td><td></td><td>terminate</td></tr>
|
||||
<tr><td>enter</td><td></td><td>open logs in editor</td></tr>
|
||||
@ -269,6 +270,12 @@ of <a href="modes.html">modes</a> and the key mappings for each mode.</p>
|
||||
<tr><td>enter</td><td></td><td>rename</td></tr>
|
||||
<tr><td>esc</td><td></td><td>cancel</td></tr>
|
||||
</tbody></table>
|
||||
<h3 id="duplicate-as"><a class="header" href="#duplicate-as">duplicate as</a></h3>
|
||||
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
|
||||
<tr><td>ctrl-c</td><td></td><td>terminate</td></tr>
|
||||
<tr><td>enter</td><td></td><td>duplicate</td></tr>
|
||||
<tr><td>esc</td><td></td><td>cancel</td></tr>
|
||||
</tbody></table>
|
||||
<h3 id="delete"><a class="header" href="#delete">delete</a></h3>
|
||||
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
|
||||
<tr><td>D</td><td></td><td>force delete</td></tr>
|
||||
|
@ -637,6 +637,7 @@ of <a href="modes.html">modes</a> and the key mappings for each mode.</p>
|
||||
<tr><td>G</td><td></td><td>go to bottom</td></tr>
|
||||
<tr><td>V</td><td>ctrl-a</td><td>select/unselect all</td></tr>
|
||||
<tr><td>ctrl-c</td><td></td><td>terminate</td></tr>
|
||||
<tr><td>ctrl-d</td><td></td><td>duplicate as</td></tr>
|
||||
<tr><td>ctrl-i</td><td>tab</td><td>next visited path</td></tr>
|
||||
<tr><td>ctrl-o</td><td></td><td>last visited path</td></tr>
|
||||
<tr><td>ctrl-r</td><td></td><td>refresh screen</td></tr>
|
||||
@ -657,7 +658,7 @@ of <a href="modes.html">modes</a> and the key mappings for each mode.</p>
|
||||
<tr><td>~</td><td></td><td>go home</td></tr>
|
||||
<tr><td>[0-9]</td><td></td><td>input</td></tr>
|
||||
</tbody></table>
|
||||
<h3 id="debug"><a class="header" href="#debug">debug</a></h3>
|
||||
<h3 id="debug-error"><a class="header" href="#debug-error">debug error</a></h3>
|
||||
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
|
||||
<tr><td>ctrl-c</td><td></td><td>terminate</td></tr>
|
||||
<tr><td>enter</td><td></td><td>open logs in editor</td></tr>
|
||||
@ -751,6 +752,12 @@ of <a href="modes.html">modes</a> and the key mappings for each mode.</p>
|
||||
<tr><td>enter</td><td></td><td>rename</td></tr>
|
||||
<tr><td>esc</td><td></td><td>cancel</td></tr>
|
||||
</tbody></table>
|
||||
<h3 id="duplicate-as"><a class="header" href="#duplicate-as">duplicate as</a></h3>
|
||||
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
|
||||
<tr><td>ctrl-c</td><td></td><td>terminate</td></tr>
|
||||
<tr><td>enter</td><td></td><td>duplicate</td></tr>
|
||||
<tr><td>esc</td><td></td><td>cancel</td></tr>
|
||||
</tbody></table>
|
||||
<h3 id="delete"><a class="header" href="#delete">delete</a></h3>
|
||||
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
|
||||
<tr><td>D</td><td></td><td>force delete</td></tr>
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user