diff options
| author | Zero King <l2dy@icloud.com> | 2024-12-15 11:19:39 +0800 |
|---|---|---|
| committer | James <1227856+jojojames@users.noreply.github.com> | 2024-12-15 03:33:38 -0500 |
| commit | 950f7cfe9bf8d863ebc6abf4f90777e1dcbb028f (patch) | |
| tree | 2a4728d2e23ea064c077652ab3ee457ef07c2dda | |
| parent | 64590b1aad11f8aeb4a334ba3c62a97186e36338 (diff) | |
telega: close chat with quit-window
`bury-buffer' does not close the chat window.
| -rw-r--r-- | modes/telega/evil-collection-telega.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modes/telega/evil-collection-telega.el b/modes/telega/evil-collection-telega.el index 51ac51a..9e65639 100644 --- a/modes/telega/evil-collection-telega.el +++ b/modes/telega/evil-collection-telega.el @@ -114,7 +114,7 @@ (kbd "RET") 'telega-chatbuf-newline-or-input-send - "q" 'bury-buffer) + "q" 'quit-window) (evil-collection-define-key 'normal 'telega-image-mode-map "ga" telega-prefix-map |
