From 23ec3fd1b71be21316678d87be5beeac2c9b2df4 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 25 Feb 2019 14:09:06 -0500 Subject: Add M-a to switch to hot or unread window --- catgirl.1 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'catgirl.1') diff --git a/catgirl.1 b/catgirl.1 index 7988e9d..2638d6f 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -1,4 +1,4 @@ -.Dd February 23, 2019 +.Dd February 25, 2019 .Dt CATGIRL 1 .Os . @@ -300,7 +300,9 @@ Redraw the UI. .It Ic C-n Switch to the next window. .It Ic C-p -Swittch to the previous window. +Switch to the previous window. +.It Ic M-a +Switch to next hot or unread window. .It Ic M-m Insert a blank line in the window. .It Ic M- Ns Ar n -- cgit 1.4.1 r dontfiles
summary refs log tree commit diff
path: root/bin/man1/wake.1 (unfollow)
Commit message (Expand)Author
2019-05-19Specify precedence of unary versions of operatorsJune McEnroe
2019-05-18Add compound assignment operators to orderJune McEnroe
2019-05-15Support simple assignment in orderJune McEnroe
2019-05-15Implement sizeof in orderJune McEnroe
2019-05-15Add orderJune McEnroe
2019-05-12Add T suffix in bitJune McEnroe
2019-05-10Highlight yacc and lex files as CJune McEnroe
2019-05-10Use val instead of suboptargJune McEnroe
2019-05-09Add Parable of the SowerJune McEnroe
2019-05-07Add bit without buildJune McEnroe
2019-05-04Fix MANDIR typoJune McEnroe
2019-05-04Move relay to binJune McEnroe