From fa73817c225783f09e59f71d8724c62352c36776 Mon Sep 17 00:00:00 2001 From: David Edmondson Date: Tue, 16 Jan 2024 13:54:26 +0000 Subject: Add 'z' binding to bury the current buffer --- lisp/mastodon.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp') diff --git a/lisp/mastodon.el b/lisp/mastodon.el index bac4d67..51fe6a5 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -225,6 +225,7 @@ Use. e.g. \"%c\" for your locale's date and time format." (define-key map (kbd "G") #'mastodon-views--view-follow-suggestions) (define-key map (kbd "X") #'mastodon-views--view-lists) (define-key map (kbd "SPC") #'mastodon-tl--scroll-up-command) + (define-key map (kbd "z") #'bury-buffer) map) "Keymap for `mastodon-mode'.") -- cgit v1.2.3