From 950f7cfe9bf8d863ebc6abf4f90777e1dcbb028f Mon Sep 17 00:00:00 2001 From: Zero King Date: Sun, 15 Dec 2024 11:19:39 +0800 Subject: [PATCH] telega: close chat with quit-window `bury-buffer' does not close the chat window. --- modes/telega/evil-collection-telega.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modes/telega/evil-collection-telega.el b/modes/telega/evil-collection-telega.el index 51ac51a0..9e656393 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