diff options
author | C. McEnroe | 2020-04-07 10:48:44 -0400 |
---|---|---|
committer | C. McEnroe | 2020-04-07 10:48:44 -0400 |
commit | e3f7362241a82d2089a45d119b86109c9d89ec8f (patch) | |
tree | c07c14f663ae4d21c2c5eb38353c72161051b99a /chat.h | |
parent | 0bf49817f6c0c069ddee1b1e40ebfc1bae9c2639 (diff) |
Add M-q to collapse whitespace
Diffstat (limited to 'chat.h')
-rw-r--r-- | chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
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, |