diff options
author | C. McEnroe | 2020-02-09 04:20:07 -0500 |
---|---|---|
committer | C. McEnroe | 2020-02-09 04:20:07 -0500 |
commit | b08c2d03efa08bd319a0665d12bef34df08ab283 (patch) | |
tree | b880a35e71127ad3165159df2b53888b2273fc6e /chat.h | |
parent | d7c96fc81b71b77b30511d6526fe3acaa84c39ee (diff) |
Add M-b and M-f
Diffstat (limited to 'chat.h')
-rw-r--r-- | chat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chat.h b/chat.h index aa1bcc1..6b68eae 100644 --- a/chat.h +++ b/chat.h @@ -149,6 +149,8 @@ enum Edit { EditTail, EditPrev, EditNext, + EditPrevWord, + EditNextWord, EditKillPrev, EditKillNext, EditDeletePrev, |