Fix view name for s key value (#1609)

`s` key value stands for Status instead of Stage view.
Stage view can be accessed with `c` key value
This commit is contained in:
Cecile Veneziani 2021-02-03 01:25:01 +01:00 committed by GitHub
parent 9ec89aa788
commit 9148ed237e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
tig.md
View File

@ -72,7 +72,7 @@ You can substitute `git log` → `tig`.
| `C` | Cherry pick a commit |
{: .-shortcuts}
### `s` - Stage view
### `s` - Status view
| `u` | Stage/unstage file or chunk |
| `!` | Revert file or chunk |