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:
parent
9ec89aa788
commit
9148ed237e
2
tig.md
2
tig.md
|
@ -72,7 +72,7 @@ You can substitute `git log` → `tig`.
|
||||||
| `C` | Cherry pick a commit |
|
| `C` | Cherry pick a commit |
|
||||||
{: .-shortcuts}
|
{: .-shortcuts}
|
||||||
|
|
||||||
### `s` - Stage view
|
### `s` - Status view
|
||||||
|
|
||||||
| `u` | Stage/unstage file or chunk |
|
| `u` | Stage/unstage file or chunk |
|
||||||
| `!` | Revert file or chunk |
|
| `!` | Revert file or chunk |
|
||||||
|
|
Loading…
Reference in New Issue