From 1630ec742dce02c2f56cc5520de0ca2616ea1241 Mon Sep 17 00:00:00 2001 From: Dundar Göc Date: Sun, 20 Feb 2022 22:45:32 +0100 Subject: docs: update explanation of Y to reflect new defaults Closes https://github.com/neovim/neovim/issues/17435 --- runtime/doc/quickref.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/doc/quickref.txt') 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 -- cgit