From e3f7362241a82d2089a45d119b86109c9d89ec8f Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 7 Apr 2020 10:48:44 -0400 Subject: Add M-q to collapse whitespace --- chat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chat.h') diff --git a/chat.h b/chat.h index 7bcac3b..764f8ec 100644 --- a/chat.h +++ b/chat.h @@ -234,6 +234,7 @@ enum Edit { EditDeleteNextWord, EditPaste, EditTranspose, + EditCollapse, EditInsert, EditComplete, EditExpand, -- cgit 1.4.0