aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/quickref.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r--runtime/doc/quickref.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt
index af8301f1a0..e36eb2359f 100644
--- a/runtime/doc/quickref.txt
+++ b/runtime/doc/quickref.txt
@@ -356,6 +356,7 @@ In Insert or Command-line mode:
|v_y| {visual}y yank the highlighted text into a register
|yy| N yy yank N lines into a register
|Y| N Y yank N lines into a register
+ Note: Mapped to "y$" by default. |default-mappings|
|p| N p put a register after the cursor position (N times)
|P| N P put a register before the cursor position (N times)
|]p| N ]p like p, but adjust indent to current line