summaryrefslogtreecommitdiff
path: root/runtime/doc/index.txt
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2021-06-10 19:39:11 +0200
committerBram Moolenaar <Bram@vim.org>2021-06-10 19:39:11 +0200
commit544a38e44db0f25ec4fa7a2a4666cf28a2336f33 (patch)
treeaa6a3da517185bbdb604f7d31bde07ef4dc36c31 /runtime/doc/index.txt
parent31e299c08f250b126b2c2c0ecce12ee563b70fdc (diff)
downloadvim-git-544a38e44db0f25ec4fa7a2a4666cf28a2336f33.tar.gz
patch 8.2.2971: cannot yank a block without trailing spacesv8.2.2971
Problem: Cannot yank a block without trailing spaces. Solution: Add the "zy" command. (Christian Brabandt, closes #8292)
Diffstat (limited to 'runtime/doc/index.txt')
-rw-r--r--runtime/doc/index.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt
index 118bc2217..00db07606 100644
--- a/runtime/doc/index.txt
+++ b/runtime/doc/index.txt
@@ -878,6 +878,7 @@ tag char note action in Normal mode ~
|zv| zv open enough folds to view the cursor line
|zw| zw permanently mark word as incorrectly spelled
|zx| zx re-apply 'foldlevel' and do "zv"
+|zy| zy yank without trailing spaces
|zz| zz redraw, cursor line at center of window
|z<Left>| z<Left> same as "zh"
|z<Right>| z<Right> same as "zl"