Update readme
Expand keybinding section
This commit is contained in:
parent
1223dc190a
commit
4d88c31a84
17
README.md
17
README.md
@ -24,12 +24,17 @@ wayfarer --path <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" or cancel action |
|
||||||
| Ctrl + q | Any | Quits the application |
|
| Ctrl + q | Any | Quits the application |
|
||||||
| q | Normal | Quits the application |
|
| q | Normal | Quits the application |
|
||||||
| o | Normal | Open a new file |
|
|
||||||
| w | Normal | Toggle file watcher mode (requires "watch" feature) |
|
|
||||||
| e | Normal | Enter edit mode |
|
| e | Normal | Enter edit mode |
|
||||||
| H,J,K,L | Edit | Move between sections |
|
| o | Normal | Open a new file |
|
||||||
| h,j,k,l | Edit | Move inside the current section |
|
| r | Normal | Reload the current file |
|
||||||
|
| w | Normal | Toggle file watcher mode (requires "watch" feature) |
|
||||||
|
| h, j, k, l | Edit | Move inside the current section |
|
||||||
|
| H, J, K, L | Edit | Move between sections |
|
||||||
|
| n, p | Edit | Cycle through entry values |
|
||||||
|
| s | Edit | Save current edit |
|
||||||
|
| Enter | Edit | Begin editing entry |
|
||||||
|
| Enter | Insert | Commit entry edit |
|
||||||
|
Loading…
Reference in New Issue
Block a user