Update readme

This commit is contained in:
Patrick Auernig 2023-08-14 16:16:13 +02:00
parent abaa204300
commit 4f0e03904c

View File

@ -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) |