From 374051cae5fe304f1694ee0bf96b1fbb4fe2ae07 Mon Sep 17 00:00:00 2001 From: midchildan Date: Tue, 6 Feb 2024 01:16:01 +0900 Subject: 52523: fixes to preceding incarg patch --- Doc/Zsh/contrib.yo | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Doc/Zsh') 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) ) -- cgit 1.4.1