summary refs log tree commit diff
path: root/catgirl.1
diff options
context:
space:
mode:
authorC. McEnroe2021-02-03 14:52:16 -0500
committerC. McEnroe2021-02-03 14:52:16 -0500
commit7807848bda7a0522f20fa942b1c46fd55ad2beba (patch)
treed87688b44d989b447de5c8810e77dbc6cc3e4272 /catgirl.1
parent0c5730708fc82be9b3e35249e5c51511c41bd6c9 (diff)
Add C-z C-v for literal next
A little annoying to make it a "chord" like this, but C-v is already
used for scrolling, following Emacs-style key bindings (in order
to have a way to scroll without using "special" keys like the arrows
and page up/down), and C-z is at least already in the business of
inserting control characters. This makes it possible to manually
enter some things that are otherwise only possible with /exec printf.
Diffstat (limited to 'catgirl.1')
-rw-r--r--catgirl.16
1 files changed, 4 insertions, 2 deletions
diff --git a/catgirl.1 b/catgirl.1
index d572a8b..03b708e 100644
--- a/catgirl.1
+++ b/catgirl.1
@@ -1,4 +1,4 @@
-.Dd January 26, 2021
+.Dd February  3, 2021
 .Dt CATGIRL 1
 .Os
 .
@@ -658,7 +658,9 @@ Scroll up a page.
 .El
 .
 .Ss IRC Formatting
-.Bl -tag -width Ds -compact
+.Bl -tag -width "C-z C-v" -compact
+.It Ic C-z C-v
+Insert the next input character literally.
 .It Ic C-z b
 Toggle bold.
 .It Ic C-z c