summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authormims-github <82363077+mims-github@users.noreply.github.com>2023-07-20 11:24:32 +0200
committerTim Oram <dev@mitmaro.ca>2023-07-20 14:49:22 -0230
commit24a56377eaa7d12d8f99f0d00a4af6c554f833ed (patch)
treed4b5ca766a285cd0817e4d2b85e874549214a985 /README.md
parent48788a9f0490fe9f2950b679436a7790000a5269 (diff)
Make clear that visual mode is for selection
For non-vim users, it may be not obvious, that visual mode is used for selection of lines.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 98aed8e..22918a6 100644
--- a/README.md
+++ b/README.md
@@ -144,7 +144,7 @@ Key bindings can be customized, see [configuration](readme/customization.md#key-
| `f` | Normal/Diff | Set selected commit(s) to be fixed-up |
| `d` | Normal/Diff | Set selected commit(s) to be dropped |
| `E` | Normal | Edit the command of an editable action |
-| `v` | Normal/Diff | Enter and exit visual mode |
+| `v` | Normal/Diff | Enter and exit visual mode (for selection)|
| `I` | Normal | Insert a new line |
| `Delete` | Normal/Diff | Remove selected lines |
| `!` | Normal/Diff | Open todo file in external editor |