summaryrefslogtreecommitdiffstats
path: root/smenu.1
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2022-12-05 23:18:14 +0100
committerpgen <p.gen.progs@gmail.com>2022-12-05 23:18:14 +0100
commitef36fd89d89f1a5abd9e055dc4a0613924c9d539 (patch)
tree6a6df98d59566942aa15c9d94c942bb13a85eddf /smenu.1
parent7520d25695db34e967278bbfb134058a9fec3317 (diff)
Make multiple taggings more compliant with pinning
Diffstat (limited to 'smenu.1')
-rw-r--r--smenu.110
1 files changed, 8 insertions, 2 deletions
diff --git a/smenu.1 b/smenu.1
index 99d8838..0187b84 100644
--- a/smenu.1
+++ b/smenu.1
@@ -540,10 +540,12 @@ Tags or pins the word under the cursor.
Untags or unpins the word under the cursor.
.TP
\fBc\fP
-Tags or pins all the selectable words in the current \fBcolumn\fP.
+Tags or pins all the selectable words in the current \fBcolumn\fP when
+no word is marked, otherwise acts like \fBC\fP.
.TP
\fBr\fP
-Tags or pins all the selectable words in the current \fBrow/line\fP.
+Tags or pins all the selectable words in the current \fBrow/line\fP
+when no word is marked, otherwise acts like \fBR\fP.
.TP
\fBm\fP
Marks the current word, the cursor aspect will change until the word
@@ -581,6 +583,10 @@ If a word is already marked, \fBR\fP tags/pins the words between the
current and the marked words if they are the \fBsame row/line\fP.
.br
The marked word will no longer be marked after tagging is complete.
+.PP
+Note when you use \fBT\fP, \fBc\fP/\fBC\fP or \fPr\fP/\fBR\fP with
+pinning enabled, the order of word selection depends on whether the
+marked word is before or after the current word.
.TP
\fBU\fP
Untags or unpins the last tagging action.