summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPatrick Decat <pdecat@gmail.com>2024-05-03 11:08:40 +0200
committerTim Oram <dev@mitmaro.ca>2024-05-29 09:37:09 -0230
commit5976f3d9bdea217547e74a9440b84b32b7dd2bd4 (patch)
tree2f8d481a82337ecd10fd16cc24fc868896562f49 /README.md
parent05514704bc877bad83d7941648414dae619f8073 (diff)
Fix `d` keybinding description
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7a1f9da..fb9ffbf 100644
--- a/README.md
+++ b/README.md
@@ -189,7 +189,8 @@ Key bindings can be customized, see [configuration](readme/customization.md#key-
| `e` | Normal/Diff | Set selected commit(s) to be edited |
| `s` | Normal/Diff | Set selected commit(s) to be squashed |
| `f` | Normal/Diff | Set selected commit(s) to be fixed-up |
-| `d` | Normal/Diff | Set selected commit(s) to be dropped |
+| `d` | Normal | Set selected commit(s) to be dropped |
+| `d` | Diff | Show full commit diff |
| `E` | Normal | Edit the command of an editable action |
| `v` | Normal/Diff | Enter and exit visual mode (for selection)|
| `I` | Normal | Insert a new line |
@@ -206,7 +207,6 @@ Key bindings can be customized, see [configuration](readme/customization.md#key-
| End | Diff | Scroll view to the end |
| PageUp | Diff | Scroll view a step up |
| PageDown | Diff | Scroll view a step down |
-| `d` | Diff | Show full commit diff |
## Supported Platforms