Skip to content

Commit

Permalink
telega: close chat with quit-window
Browse files Browse the repository at this point in the history
`bury-buffer' does not close the chat window.
  • Loading branch information
l2dy authored and jojojames committed Dec 15, 2024
1 parent 64590b1 commit 950f7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modes/telega/evil-collection-telega.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 950f7cf

Please sign in to comment.