Update readme
This commit is contained in:
parent
abaa204300
commit
4f0e03904c
15
README.md
15
README.md
@ -13,7 +13,7 @@ cargo install --git https://github.com/valeth/wayfarer
|
|||||||
Make sure the path cargo installs to is in your system's `PATH`.
|
Make sure the path cargo installs to is in your system's `PATH`.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
wayfarer tui <path-to-savefile>
|
wayfarer tui
|
||||||
|
|
||||||
# or
|
# or
|
||||||
|
|
||||||
@ -23,9 +23,10 @@ wayfarer show <path-to-savefile>
|
|||||||
|
|
||||||
## TUI Keybindings
|
## TUI Keybindings
|
||||||
|
|
||||||
| Key | Mode | Description |
|
| Key | Mode | Description |
|
||||||
|:---:|:------:| --------------------------------------------------- |
|
|:--------:|:------:| --------------------------------------------------- |
|
||||||
| ESC | Any | Return to "normal mode" |
|
| ESC | Any | Return to "normal mode" |
|
||||||
| q | Normal | Quits the application |
|
| Ctrl + q | Any | Quits the application |
|
||||||
| o | Normal | Open a new file |
|
| q | Normal | Quits the application |
|
||||||
| w | Normal | Toggle file watcher mode (requires "watch" feature) |
|
| o | Normal | Open a new file |
|
||||||
|
| w | Normal | Toggle file watcher mode (requires "watch" feature) |
|
||||||
|
Loading…
Reference in New Issue
Block a user