summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2024-01-12 11:21:28 +1100
committerJesse Duffield <jessedduffield@gmail.com>2024-01-13 12:57:49 +1100
commit23a98937b47abec81b5523f5e0cd5c1ba967948e (patch)
tree95c71b93e2d898a5bf9fa1ba4ef0564e87716904 /README.md
parenta0b63090e03c42ddf10514851fbf7758299e0d59 (diff)
Update README to add backticks to key
Missed a spot when I originally wrote this
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 16a123032..bcebc8fec 100644
--- a/README.md
+++ b/README.md
@@ -114,7 +114,9 @@ Press space on the selected line to stage it, or press `v` to start selecting a
### Interactive Rebase
-Press `e` on a commit to start an interactive rebase on it: causing all above commits to become part of the TODO file. 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`. 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.
+Press `e` on a commit to start an interactive rebase on it: causing all above commits to become part of the TODO file. 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`.
+
+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.
![interactive_rebase](../assets/demo/interactive_rebase-compressed.gif)