tig: remove shifts

This commit is contained in:
Rico Sta. Cruz 2017-08-30 00:58:32 +08:00
parent 0490d53661
commit 31098c77f2
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 16 additions and 16 deletions

32
tig.md
View File

@ -48,26 +48,26 @@ You can substitute `git log` → `tig`.
### All views ### All views
| Shortcut | Description | | Shortcut | Description |
| --- | --- | | --- | --- |
| `j` `k` | Up/down | | `j` `k` | Up/down |
| `J` `K` | Next/previous | | `J` `K` | Next/previous |
| --- | --- | | --- | --- |
| `<` | Back | | `<` | Back |
| `R` | Refresh | | `R` | Refresh |
| `q` | Close | | `q` | Close |
| `Q` | Close all | | `Q` | Close all |
| --- | --- | | --- | --- |
| `^N` | Next on parent view | | `^N` | Next on parent view |
| `^P` | Previous on parent view | | `^P` | Previous on parent view |
{: .-shortcuts} {: .-shortcuts}
### `m` - Main view ### `m` - Main view
| `D` | Toggle date display modes | | `D` | Toggle date display modes |
| `A` | Toggle author display modes | | `A` | Toggle author display modes |
| `X` | Toggle commit sha | | `X` | Toggle commit sha |
| `C` | Cherry pick a commit | | `C` | Cherry pick a commit |
{: .-shortcuts} {: .-shortcuts}
### `s` - Stage view ### `s` - Stage view