about summary refs log tree commit diff
path: root/Doc/Zsh
diff options
context:
space:
mode:
authormidchildan <git@midchildan.org>2024-02-06 01:16:01 +0900
committerOliver Kiddle <opk@zsh.org>2024-02-15 15:47:18 +0100
commit374051cae5fe304f1694ee0bf96b1fbb4fe2ae07 (patch)
treeff42d080caecc672b84dc10e82e23e466c6fa202 /Doc/Zsh
parentfb9a7cc5dd07910afa7ebea174b379350cae4c91 (diff)
downloadzsh-374051cae5fe304f1694ee0bf96b1fbb4fe2ae07.tar.gz
zsh-374051cae5fe304f1694ee0bf96b1fbb4fe2ae07.tar.xz
zsh-374051cae5fe304f1694ee0bf96b1fbb4fe2ae07.zip
52523: fixes to preceding incarg patch
Diffstat (limited to 'Doc/Zsh')
-rw-r--r--Doc/Zsh/contrib.yo5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index 718686587..ea00f0ccc 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -2633,7 +2633,7 @@ The behavior of this widget changes depending on the widget name.
 
 When the widget is named tt(incarg), the widget will increment an integer
 placed under the cursor placed or just to the left of it. tt(decarg), on the
-other hand, decrements the integer. When the name is prefixed with tt(vim-),
+other hand, decrements the integer. When the name is prefixed with tt(vi),
 the cursor will jump to the nearest integer after the cursor before incrementing
 it.
 
@@ -2643,7 +2643,8 @@ synchronized key input. The first pane won't increment the integer at all, but
 each pane after that will have the integer incremented once more than the
 previous pane. It currently supports tmux and iTerm2.
 
-The prefixes tt(vim-) and tt(sync-) can be combined into tt(vim-sync-).
+The prefixes tt(vi) and tt(sync-) can be combined, for example, into
+tt(vim-sync-). In this case, the tt(vi) prefix should come first.
 
 example(bindkey '^X+' incarg)
 )