From 5976f3d9bdea217547e74a9440b84b32b7dd2bd4 Mon Sep 17 00:00:00 2001 From: Patrick Decat Date: Fri, 3 May 2024 11:08:40 +0200 Subject: Fix `d` keybinding description --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3