diff options
author | June McEnroe <june@causal.agency> | 2020-02-09 03:56:18 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-02-09 03:58:13 -0500 |
commit | d7c96fc81b71b77b30511d6526fe3acaa84c39ee (patch) | |
tree | 8a3bafe6dc5fca996b2da40a4905d70ee2eab52a /catgirl.1 | |
parent | Add C-d (diff) | |
download | catgirl-d7c96fc81b71b77b30511d6526fe3acaa84c39ee.tar.gz catgirl-d7c96fc81b71b77b30511d6526fe3acaa84c39ee.zip |
Add C-k
Also rename all the edit ops to something consistent.
Diffstat (limited to '')
-rw-r--r-- | catgirl.1 | 6 |
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 |