mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 01:46:18 +04:00
deploy: 187197afb1
This commit is contained in:
parent
de5984f27b
commit
69cf4dd8e4
@ -254,8 +254,8 @@ over text and not actively editing it).</p>
|
||||
<tr><td><code>t</code></td><td>Align the line to the top of the screen</td><td><code>align_view_top</code></td></tr>
|
||||
<tr><td><code>b</code></td><td>Align the line to the bottom of the screen</td><td><code>align_view_bottom</code></td></tr>
|
||||
<tr><td><code>m</code></td><td>Align the line to the middle of the screen (horizontally)</td><td><code>align_view_middle</code></td></tr>
|
||||
<tr><td><code>j</code></td><td>Scroll the view downwards</td><td><code>scroll_down</code></td></tr>
|
||||
<tr><td><code>k</code></td><td>Scroll the view upwards</td><td><code>scroll_up</code></td></tr>
|
||||
<tr><td><code>j</code> , <code>down</code></td><td>Scroll the view downwards</td><td><code>scroll_down</code></td></tr>
|
||||
<tr><td><code>k</code> , <code>up</code></td><td>Scroll the view upwards</td><td><code>scroll_up</code></td></tr>
|
||||
<tr><td><code>f</code></td><td>Move page down</td><td><code>page_down</code></td></tr>
|
||||
<tr><td><code>b</code></td><td>Move page up</td><td><code>page_up</code></td></tr>
|
||||
<tr><td><code>d</code></td><td>Move half page down</td><td><code>half_page_down</code></td></tr>
|
||||
|
@ -595,8 +595,8 @@ over text and not actively editing it).</p>
|
||||
<tr><td><code>t</code></td><td>Align the line to the top of the screen</td><td><code>align_view_top</code></td></tr>
|
||||
<tr><td><code>b</code></td><td>Align the line to the bottom of the screen</td><td><code>align_view_bottom</code></td></tr>
|
||||
<tr><td><code>m</code></td><td>Align the line to the middle of the screen (horizontally)</td><td><code>align_view_middle</code></td></tr>
|
||||
<tr><td><code>j</code></td><td>Scroll the view downwards</td><td><code>scroll_down</code></td></tr>
|
||||
<tr><td><code>k</code></td><td>Scroll the view upwards</td><td><code>scroll_up</code></td></tr>
|
||||
<tr><td><code>j</code> , <code>down</code></td><td>Scroll the view downwards</td><td><code>scroll_down</code></td></tr>
|
||||
<tr><td><code>k</code> , <code>up</code></td><td>Scroll the view upwards</td><td><code>scroll_up</code></td></tr>
|
||||
<tr><td><code>f</code></td><td>Move page down</td><td><code>page_down</code></td></tr>
|
||||
<tr><td><code>b</code></td><td>Move page up</td><td><code>page_up</code></td></tr>
|
||||
<tr><td><code>d</code></td><td>Move half page down</td><td><code>half_page_down</code></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