Reiview and update the whole Quicktip section with better readability, grammar and spelling. Signed-off-by Paul Cutler paul@paulcutler.org
26 lines
713 B
Markdown
26 lines
713 B
Markdown
---
|
|
layout: default
|
|
title: Console Shortcuts
|
|
parent: Quicktips
|
|
has_children: false
|
|
permalink: /quicktips/console-shortcuts
|
|
description: >-
|
|
Keyboard shortcuts are available for those who prefer shortcuts.
|
|
---
|
|
|
|
# {{ page.title }}
|
|
{{ page.description }}
|
|
|
|
## List of Commands
|
|
|
|
Issue a `HELP` command in the console to get a list of all available commands.
|
|
|
|
## Autocomplete
|
|
|
|
You can start typing a command and then complete it with the Tab key. If there are several possibilities, a list of choices will be displayed.
|
|
|
|

|
|
|
|
## Scroll through commands
|
|
|
|
Use the ↑ up and ↓ down arrow keys to scroll through previously used commands in the console. |