9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] [PATCH] rio(1): add triple-clicking and shift-up/down
@ 2021-11-04 22:49 Lucas de Sena
  2021-11-04 23:22 ` umbraticus
  0 siblings, 1 reply; 7+ messages in thread
From: Lucas de Sena @ 2021-11-04 22:49 UTC (permalink / raw)
  To: 9front

---
 sys/man/1/rio | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys/man/1/rio b/sys/man/1/rio
index 4f42d4f61..7808ba3e2 100644
--- a/sys/man/1/rio
+++ b/sys/man/1/rio
@@ -305,6 +305,8 @@ on the right, it selects all text within
 the pair; at the beginning
 or end of a line, it selects the line; within or at the edge of an alphanumeric word,
 it selects the word.
+A third click can be done right after a double-clicking that selects an alphanumeric word,
+it selects the word itself and the non-whitespace characters around it.
 .PP
 Characters typed on the keyboard replace the selected text;
 if this text is not empty, it is placed in a
@@ -414,6 +416,7 @@ scrolls forward
 half a window, and page up or up-arrow scrolls back.
 Typing the home key scrolls to the top of the window; typing the end key scrolls
 to the bottom.
+The shift key pressed along with the up-arrow (down-arrow) scrolls backward (forward) one line.
 .PP
 The DEL character sends an
 .L interrupt
-- 
2.33.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-11-05 22:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-04 22:49 [9front] [PATCH] rio(1): add triple-clicking and shift-up/down Lucas de Sena
2021-11-04 23:22 ` umbraticus
2021-11-04 23:34   ` hiro
2021-11-05  0:22     ` umbraticus
2021-11-05  0:39       ` sl
2021-11-05  0:40   ` igor
2021-11-05 20:22     ` Lucas de Sena

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).