summaryrefslogtreecommitdiff
path: root/modes/telega/evil-collection-telega.el
diff options
context:
space:
mode:
authorVonfry <mail@vonfry.name>2022-05-26 09:21:48 +0800
committerJames <1227856+jojojames@users.noreply.github.com>2022-05-28 18:55:45 -0700
commit1d026ee065eacfb12d7444ae54c4c29204caa269 (patch)
treef7cfea113bac2e6f3e57c7c6305567f78e2b1257 /modes/telega/evil-collection-telega.el
parentb59a6656f02c71d4ac152df6cbda7704f32fbc9f (diff)
Fix telega function names
Diffstat (limited to 'modes/telega/evil-collection-telega.el')
-rw-r--r--modes/telega/evil-collection-telega.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/modes/telega/evil-collection-telega.el b/modes/telega/evil-collection-telega.el
index cdec9cb..8bad2c2 100644
--- a/modes/telega/evil-collection-telega.el
+++ b/modes/telega/evil-collection-telega.el
@@ -99,7 +99,7 @@
"^" 'telega-chatbuf-beginning-of-thing
- "g?" 'telega-describe-chatbuf
+ "g?" 'telega-describe-chat
"Za" 'telega-chatbuf-attach
"Zf" 'telega-chatbuf-attach-media
@@ -179,7 +179,8 @@
"P" 'telega-msg-pin-toggle
"ZR" 'telega-msg-resend
"S" 'telega-msg-save
- "U" 'telega-chatbuf-unmark-all
+ "u" 'telega-msg-unmark
+ "U" 'telega-chatbuf-msg-marks-toggle
"=" 'telega-msg-diff-edits
"s" 'telega-msg-favorite-toggle)