diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-02-26 20:51:47 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-26 20:51:47 +0800 |
commit | cfcc40cd48a0b39c09f9b424cdbe0c54ec5ef602 (patch) | |
tree | 231171a8813d0f162f1e510cdd23af59ff8b747f /runtime/doc/quickref.txt | |
parent | 8dd3d40f5cbda8630eb29f6173b2524b15f3c751 (diff) | |
parent | 1630ec742dce02c2f56cc5520de0ca2616ea1241 (diff) | |
download | rneovim-cfcc40cd48a0b39c09f9b424cdbe0c54ec5ef602.tar.gz rneovim-cfcc40cd48a0b39c09f9b424cdbe0c54ec5ef602.tar.bz2 rneovim-cfcc40cd48a0b39c09f9b424cdbe0c54ec5ef602.zip |
Merge pull request #17479 from dundargoc/docs/usr04/update-Y-description
docs: update explanation of Y to reflect new defaults
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 1 |
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 |