diff options
| author | Sergey Trofimov <sarg@sarg.org.ru> | 2024-11-28 17:43:54 +0100 |
|---|---|---|
| committer | James <1227856+jojojames@users.noreply.github.com> | 2024-11-28 13:02:00 -0500 |
| commit | 20c415aaa07c6541753489b166cd58d6771bd1e1 (patch) | |
| tree | 255ff2f2c49516791fd4441e9a36685557ed0168 | |
| parent | 05731c551be8cdda40ae6479adfb30b7e9c7fe39 (diff) | |
telega: Replace obsolete functions
| -rw-r--r-- | modes/telega/evil-collection-telega.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modes/telega/evil-collection-telega.el b/modes/telega/evil-collection-telega.el index 9c0c82d..51ac51a 100644 --- a/modes/telega/evil-collection-telega.el +++ b/modes/telega/evil-collection-telega.el @@ -161,16 +161,16 @@ (kbd "DEL") nil "*" nil - "D" 'telega-msg-delete-marked-or-at-point - "dd" 'telega-msg-delete-marked-or-at-point + "D" 'telega-msg-delete-dwim + "dd" 'telega-msg-delete-dwim "i" 'telega-msg-edit "g?" 'telega-describe-message "a" 'telega-msg-mark-toggle (kbd "<tab>") 'telega-button-forward (kbd "<backtab>") 'telega-button-backward - "R" 'telega-msg-forward-marked-or-at-point + "R" 'telega-msg-forward-dwim "r" 'telega-msg-reply - "gr" 'telega-msg-open-thread + "gr" 'telega-msg-open-thread-or-topic "Zy" 'telega-msg-copy-text "Zl" 'telega-msg-copy-link |
