2018-11-15 21:07:46 +00:00
|
|
|
---
|
2018-11-16 12:47:48 +00:00
|
|
|
layout: about
|
2018-11-15 21:07:46 +00:00
|
|
|
category-page: about
|
|
|
|
category-title: About
|
|
|
|
tags: website move next back
|
|
|
|
author: Joey Bevilacqua
|
|
|
|
title: Navigation
|
|
|
|
---
|
|
|
|
|
|
|
|
You can navigate in our website with your keyboard using some tricks:
|
|
|
|
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<th>Key</th>
|
|
|
|
<th>Function</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>~</td>
|
|
|
|
<td>In a shell, the "~" character represents home. So it does on TheShell</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>w</td>
|
|
|
|
<td>Brings you back to the top of the page</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>a</td>
|
|
|
|
<td>Brings you to the previous page (if any)</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>d</td>
|
|
|
|
<td>Brings you to the next page (if any)</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>s</td>
|
|
|
|
<td>Brings you to the topic page of the page you're currently reading</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>k</td>
|
|
|
|
<td>Brings you back to the top of the page. This is the same as
|
|
|
|
<code>vi</code> up key command
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>h</td>
|
|
|
|
<td>Brings you to the previous page (if any). This is the same as
|
|
|
|
<code>vi</code> left key command
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>l</td>
|
|
|
|
<td>Brings you to the next page (if any). This is the same as
|
|
|
|
<code>vi</code> right key command.
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>s</td>
|
|
|
|
<td>Brings you to the topic page of the page you're currently reading. This is
|
|
|
|
the same as <code>vi</code> down command.
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>0</td>
|
|
|
|
<td>Brings you to the home page</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>1</td>
|
|
|
|
<td>Brings you to the basic commands topic page</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>2</td>
|
|
|
|
<td>Brings you to the intermediate commands topic page</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>3</td>
|
|
|
|
<td>Brings you to the advanced commands topic page</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>4</td>
|
|
|
|
<td>Brings you to the file system topic page</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>5</td>
|
|
|
|
<td>Brings you to the scripting topic page</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>6</td>
|
|
|
|
<td>Brings you to the about topic page</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|