summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2023-08-09 06:21:21 +0900
committerKyohei Uto <im@kyoheiu.dev>2023-08-09 06:21:21 +0900
commit467df1e92d83394c16709b7338e1b6a4da39a3e8 (patch)
treec6e003c7dc8f7ed1cb599b60d1cea3655a02e85e /README.md
parent48bec5e22f78885dff3a8e3130b1bffaf5b24c12 (diff)
Clarify v's case
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 41f7133..e845276 100644
--- a/README.md
+++ b/README.md
@@ -185,7 +185,7 @@ p :Put yanked item(s) from register zero
"Ayy :Append item to register a.
"Add :Delete and append item to register a.
"ap :Put item(s) from register a.
-V :Switch to the linewise visual mode.
+V (uppercase) :Switch to the linewise visual mode.
- y :In the visual mode, yank selected item(s).
- d :In the visual mode, delete and yank selected item(s).
- "ay :In the visual mode, yank items to register a.
@@ -194,7 +194,7 @@ V :Switch to the linewise visual mode.
- "Ad :In the visual mode, delete and append items to register a.
u :Undo put/delete/rename.
<C-r> :Redo put/delete/rename.
-v :Toggle whether to show the preview.
+v (lowercase) :Toggle whether to show the preview.
s :Toggle between vertical / horizontal split in the preview mode.
<Alt-j>
/ <Alt-<Down>> :Scroll down the preview text.