about summary refs log tree commit diff
path: root/catgirl.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-09 03:56:18 -0500
committerJune McEnroe <june@causal.agency>2020-02-09 03:58:13 -0500
commitd7c96fc81b71b77b30511d6526fe3acaa84c39ee (patch)
tree8a3bafe6dc5fca996b2da40a4905d70ee2eab52a /catgirl.1
parentAdd C-d (diff)
downloadcatgirl-d7c96fc81b71b77b30511d6526fe3acaa84c39ee.tar.gz
catgirl-d7c96fc81b71b77b30511d6526fe3acaa84c39ee.zip
Add C-k
Also rename all the edit ops to something consistent.
Diffstat (limited to 'catgirl.1')
-rw-r--r--catgirl.16
1 files changed, 5 insertions, 1 deletions
diff --git a/catgirl.1 b/catgirl.1
index f68e6c3..a356fe0 100644
--- a/catgirl.1
+++ b/catgirl.1
@@ -201,12 +201,16 @@ Switch to window by number.
 Move to beginning of line.
 .It Ic C-b
 Move left.
+.It Ic C-d
+Delete next character.
 .It Ic C-e
 Move to end of line.
 .It Ic C-f
 Move right.
+.It Ic C-k
+Delete to end of line.
 .It Ic C-u
-Delete line.
+Delete to beginning of line.
 .El
 .
 .Ss Window Keys