summaryrefslogtreecommitdiff
path: root/runtime/doc/index.txt
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2021-05-30 22:17:25 +0200
committerBram Moolenaar <Bram@vim.org>2021-05-30 22:17:25 +0200
commit2fa9384ca1b600b934bec81a72c5fb7ce757503a (patch)
tree5bb926693906fc0598364604d50d9bb4daaebe09 /runtime/doc/index.txt
parentd2ea7cf10a4d026ebd402594d656af7d5c811c24 (diff)
downloadvim-git-2fa9384ca1b600b934bec81a72c5fb7ce757503a.tar.gz
patch 8.2.2914: cannot paste a block without adding paddingv8.2.2914
Problem: Cannot paste a block without adding padding. Solution: Add "zp" and "zP" which paste without adding padding. (Christian Brabandt, closes #8289)
Diffstat (limited to 'runtime/doc/index.txt')
-rw-r--r--runtime/doc/index.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt
index 545adff01..118bc2217 100644
--- a/runtime/doc/index.txt
+++ b/runtime/doc/index.txt
@@ -864,6 +864,8 @@ tag char note action in Normal mode ~
|zm| zm subtract one from 'foldlevel'
|zn| zn reset 'foldenable'
|zo| zo open fold
+|zp| zp paste in block-mode without trailing spaces
+|zP| zP paste in block-mode without trailing spaces
|zr| zr add one to 'foldlevel'
|zs| zs when 'wrap' off scroll horizontally to
position the cursor at the start (left