From 55445dca8d44c0b5b3ec76ffeb1c38125d250e7b Mon Sep 17 00:00:00 2001 From: Nitin KM <70827815+NewtonChutney@users.noreply.github.com> Date: Wed, 26 Mar 2025 08:40:14 +0530 Subject: [PATCH] Corrected interactive rebase keybinds example in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a644f854..d26a47d27 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ Press space on the selected line to stage it, or press `v` to start selecting a ### Interactive Rebase -Press `i` to start an interactive rebase. Then squash (`s`), fixup (`f`), drop (`d`), edit (`e`), move up (`ctrl+i`) or move down (`ctrl+j`) any of TODO commits, before continuing the rebase by bringing up the rebase options menu with `m` and then selecting `continue`. +Press `i` to start an interactive rebase. Then squash (`s`), fixup (`f`), drop (`d`), edit (`e`), move up (`ctrl+k`) or move down (`ctrl+j`) any of TODO commits, before continuing the rebase by bringing up the rebase options menu with `m` and then selecting `continue`. You can also perform any these actions as a once-off (e.g. pressing `s` on a commit to squash it) without explicitly starting a rebase.