Fixed small typo

Fixed small typo in help page regarding vim style movement
This commit is contained in:
Markus Pettersson
2019-04-25 22:41:54 +02:00
parent 96e8ce2d42
commit 882ac3ce32
2 changed files with 4 additions and 4 deletions

View File

@@ -2,8 +2,8 @@
## Basic Commands
- <kbd>j</kbd> or <kbd>▲</kbd> - Move the cursor up
- <kbd>k</kbd> or <kbd>▼</kbd> - Move the cursor down
- <kbd>j</kbd> or <kbd>▲</kbd> - Move the cursor down
- <kbd>k</kbd> or <kbd>▼</kbd> - Move the cursor up
- <kbd>l</kbd> or <kbd>►</kbd> - View the currently selected item
- <kbd>h</kbd> or <kbd>◄</kbd> - Return to the previous view
- <kbd>m</kbd> or <kbd>PgUp</kbd> - Move the cursor up one page