diff options
author | June McEnroe <june@causal.agency> | 2019-02-23 12:24:39 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-02-23 12:24:39 -0500 |
commit | c06a45746117786f687ded1c62047e9194107e96 (patch) | |
tree | c0ec8f298830dd055615591dfc347b9eb067c541 /catgirl.1 | |
parent | Change example command to join #ascii.town on freenode (diff) | |
download | catgirl-c06a45746117786f687ded1c62047e9194107e96.tar.gz catgirl-c06a45746117786f687ded1c62047e9194107e96.zip |
Add C-n and C-p key bindings to switch windows
Diffstat (limited to 'catgirl.1')
-rw-r--r-- | catgirl.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/catgirl.1 b/catgirl.1 index 8927480..2f2bcbb 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -1,4 +1,4 @@ -.Dd February 22, 2019 +.Dd February 23, 2019 .Dt CATGIRL 1 .Os . @@ -292,6 +292,10 @@ The color numbers are as follows: .Bl -tag -width "PageDown" -compact .It Ic C-l Redraw the UI. +.It Ic C-n +Switch to the next window. +.It Ic C-p +Swittch to the previous window. .It Ic M-m Insert a blank line in the window. .It Ic M- Ns Ar n |