summary refs log tree commit diff
path: root/catgirl.1
diff options
context:
space:
mode:
authorC. McEnroe2020-02-09 04:32:32 -0500
committerC. McEnroe2020-02-09 04:32:32 -0500
commit5e637324c9f2b16a602c1b66081390624598c703 (patch)
treed3c12f45ff2ab82cf1a07ac7e8d9d769e4f25bb2 /catgirl.1
parent3cd830681e25022a8a3936ca9fe58d149fbe493a (diff)
Add C-w and M-d
Diffstat (limited to 'catgirl.1')
-rw-r--r--catgirl.14
1 files changed, 4 insertions, 0 deletions
diff --git a/catgirl.1 b/catgirl.1
index 9cb208e..6f8256b 100644
--- a/catgirl.1
+++ b/catgirl.1
@@ -211,8 +211,12 @@ Move right.
 Delete to end of line.
 .It Ic C-u
 Delete to beginning of line.
+.It Ic C-w
+Delete previous word.
 .It Ic M-b
 Move to previous word.
+.It Ic M-d
+Delete next word.
 .It Ic M-f
 Move to next word.
 .El