aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/quickref.txt
diff options
context:
space:
mode:
authorDundar Göc <gocdundar@gmail.com>2022-02-20 22:45:32 +0100
committerzeertzjq <zeertzjq@outlook.com>2022-02-24 18:13:44 +0800
commit1630ec742dce02c2f56cc5520de0ca2616ea1241 (patch)
treed7cb390f44a38a783d7f22fd4db711d6b01c80ac /runtime/doc/quickref.txt
parent15004473b531e37a6ff3aeca9e3bfeaaa1487d9e (diff)
downloadrneovim-1630ec742dce02c2f56cc5520de0ca2616ea1241.tar.gz
rneovim-1630ec742dce02c2f56cc5520de0ca2616ea1241.tar.bz2
rneovim-1630ec742dce02c2f56cc5520de0ca2616ea1241.zip
docs: update explanation of Y to reflect new defaults
Closes https://github.com/neovim/neovim/issues/17435
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