diff options
author | June McEnroe <june@causal.agency> | 2020-02-09 07:09:51 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-02-09 07:09:56 -0500 |
commit | 2aa2005339750e64a587f6117ae21960e975e211 (patch) | |
tree | 93254aa5f14f6da95b0217738a82233d4b104986 /chat.h | |
parent | Add general key bindings paragraph to manual (diff) | |
download | catgirl-2aa2005339750e64a587f6117ae21960e975e211.tar.gz catgirl-2aa2005339750e64a587f6117ae21960e975e211.zip |
Add C-y
This is weechat's binding for it.
Diffstat (limited to '')
-rw-r--r-- | chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chat.h b/chat.h index fc18b15..24360f0 100644 --- a/chat.h +++ b/chat.h @@ -157,6 +157,7 @@ enum Edit { EditDeleteNext, EditDeletePrevWord, EditDeleteNextWord, + EditPaste, EditInsert, EditComplete, EditEnter, |