Skip to content

Commit 5976f3d

Browse files
pdecatMitMaro
authored andcommitted
Fix d keybinding description
1 parent 0551470 commit 5976f3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ Key bindings can be customized, see [configuration](readme/customization.md#key-
189189
| `e` | Normal/Diff | Set selected commit(s) to be edited |
190190
| `s` | Normal/Diff | Set selected commit(s) to be squashed |
191191
| `f` | Normal/Diff | Set selected commit(s) to be fixed-up |
192-
| `d` | Normal/Diff | Set selected commit(s) to be dropped |
192+
| `d` | Normal | Set selected commit(s) to be dropped |
193+
| `d` | Diff | Show full commit diff |
193194
| `E` | Normal | Edit the command of an editable action |
194195
| `v` | Normal/Diff | Enter and exit visual mode (for selection)|
195196
| `I` | Normal | Insert a new line |
@@ -206,7 +207,6 @@ Key bindings can be customized, see [configuration](readme/customization.md#key-
206207
| End | Diff | Scroll view to the end |
207208
| PageUp | Diff | Scroll view a step up |
208209
| PageDown | Diff | Scroll view a step down |
209-
| `d` | Diff | Show full commit diff |
210210

211211
## Supported Platforms
212212

0 commit comments

Comments
 (0)