diff options
author | June McEnroe <june@causal.agency> | 2020-03-30 14:56:26 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-03-30 14:56:26 -0400 |
commit | a0dde10cb61ec2c320103a215172841de636bd03 (patch) | |
tree | 182d9675f1ab3a0fff276f0d33c7b4246e463f13 /catgirl.1 | |
parent | Tab complete from last iswspace (diff) | |
download | catgirl-a0dde10cb61ec2c320103a215172841de636bd03.tar.gz catgirl-a0dde10cb61ec2c320103a215172841de636bd03.zip |
Add text macros
Diffstat (limited to 'catgirl.1')
-rw-r--r-- | catgirl.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/catgirl.1 b/catgirl.1 index 286d4f9..42569a3 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -1,4 +1,4 @@ -.Dd March 29, 2020 +.Dd March 30, 2020 .Dt CATGIRL 1 .Os . @@ -392,6 +392,9 @@ Transpose characters. Delete to beginning of line. .It Ic C-w Delete previous word. +.It Ic C-x +Expand a text macro beginning with +.Ql \e . .It Ic C-y Paste previously deleted text. .It Ic M-Enter @@ -403,7 +406,7 @@ Delete next word. .It Ic M-f Move to next word. .It Ic Tab -Complete nick, channel or command. +Complete nick, channel, command or macro. .El . .Ss Window Keys |