summary refs log tree commit diff
path: root/catgirl.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-07 02:05:18 -0500
committerJune McEnroe <june@causal.agency>2020-02-07 02:05:18 -0500
commit86ee56ec4546b7be4b9f1e683a11135bff9fe787 (patch)
treefa20ddf6ef009d8d1c0d2a9a571daddfc393c1a1 /catgirl.1
parentAdd some real line editing operations (diff)
downloadcatgirl-86ee56ec4546b7be4b9f1e683a11135bff9fe787.tar.gz
catgirl-86ee56ec4546b7be4b9f1e683a11135bff9fe787.zip
Document key bindings in manual
Diffstat (limited to 'catgirl.1')
-rw-r--r--catgirl.123
1 files changed, 22 insertions, 1 deletions
diff --git a/catgirl.1 b/catgirl.1
index 6b433e9..991f5b1 100644
--- a/catgirl.1
+++ b/catgirl.1
@@ -1,4 +1,4 @@
-.Dd February  6, 2020
+.Dd February  7, 2020
 .Dt CATGIRL 1
 .Os
 .
@@ -140,6 +140,27 @@ Switch to window by name.
 Switch to window by number.
 .El
 .
+.Sh KEY BINDINGS
+.Ss Line Editing
+.Bl -tag -width Ds -compact
+.It Ic C-a
+Move to beginning of line.
+.It Ic C-e
+Move to end of line.
+.It Ic C-u
+Delete line.
+.El
+.
+.Ss Window Keys
+.Bl -tag -width Ds -compact
+.It Ic C-l
+Redraw the UI.
+.It Ic M-m
+Insert a blank line in the window.
+.It Ic M- Ns Ar n
+Switch to window by number 0\(en9.
+.El
+.
 .Sh FILES
 .Bl -tag -width Ds
 .It Pa $XDG_CONFIG_DIRS/catgirl
riginally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. 2019-02-21Remove ROT13June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe