This commit is contained in:
Kartik K. Agaram 2017-03-08 21:19:11 -08:00
parent 4a39d12d45
commit 06f207f315
2 changed files with 8 additions and 8 deletions

View File

@ -27,10 +27,10 @@
//: `Backspace`: 'Zoom out' on a line after zooming in, collapsing expanded
//: lines below by some series of <Enter> commands.
//:
//: `j` or `down-arrow`: Move cursor down one line.
//: `k` or `up-arrow`: Move cursor up one line.
//: `J` or `ctrl-f` or `page-down`: Move cursor down one page.
//: `K` or `ctrl-b` or `page-up`: Move cursor up one page.
//: `j` or `down-arrow`: Move/scroll cursor down one line.
//: `k` or `up-arrow`: Move/scroll cursor up one line.
//: `J` or `ctrl-f` or `page-down`: Scroll cursor down one page.
//: `K` or `ctrl-b` or `page-up`: Scroll cursor up one page.
//:
//: `g` or `home`: Move cursor to start of trace.
//: `G` or `end`: Move cursor to end of trace.

View File

@ -87,10 +87,10 @@ if ('onhashchange' in window) {
<span id="L27" class="LineNr"> 27 </span><span class="Comment">//: `Backspace`: 'Zoom out' on a line after zooming in, collapsing expanded</span>
<span id="L28" class="LineNr"> 28 </span><span class="Comment">//: lines below by some series of &lt;Enter&gt; commands.</span>
<span id="L29" class="LineNr"> 29 </span><span class="Comment">//:</span>
<span id="L30" class="LineNr"> 30 </span><span class="Comment">//: `j` or `down-arrow`: Move cursor down one line.</span>
<span id="L31" class="LineNr"> 31 </span><span class="Comment">//: `k` or `up-arrow`: Move cursor up one line.</span>
<span id="L32" class="LineNr"> 32 </span><span class="Comment">//: `J` or `ctrl-f` or `page-down`: Move cursor down one page.</span>
<span id="L33" class="LineNr"> 33 </span><span class="Comment">//: `K` or `ctrl-b` or `page-up`: Move cursor up one page.</span>
<span id="L30" class="LineNr"> 30 </span><span class="Comment">//: `j` or `down-arrow`: Move/scroll cursor down one line.</span>
<span id="L31" class="LineNr"> 31 </span><span class="Comment">//: `k` or `up-arrow`: Move/scroll cursor up one line.</span>
<span id="L32" class="LineNr"> 32 </span><span class="Comment">//: `J` or `ctrl-f` or `page-down`: Scroll cursor down one page.</span>
<span id="L33" class="LineNr"> 33 </span><span class="Comment">//: `K` or `ctrl-b` or `page-up`: Scroll cursor up one page.</span>
<span id="L34" class="LineNr"> 34 </span><span class="Comment">//:</span>
<span id="L35" class="LineNr"> 35 </span><span class="Comment">//: `g` or `home`: Move cursor to start of trace.</span>
<span id="L36" class="LineNr"> 36 </span><span class="Comment">//: `G` or `end`: Move cursor to end of trace.</span>