diff options
author | David Edmondson <dme@dme.org> | 2024-01-16 13:54:26 +0000 |
---|---|---|
committer | martianh <martianh@noreply.codeberg.org> | 2024-01-26 15:40:58 +0000 |
commit | fa73817c225783f09e59f71d8724c62352c36776 (patch) | |
tree | f1140a40b30e1d8e2bb01e3ccf635b7957a93a44 | |
parent | 07b90525015b86920011585599a9810b47b48f4e (diff) |
Add 'z' binding to bury the current buffer
-rw-r--r-- | lisp/mastodon.el | 1 |
1 files changed, 1 insertions, 0 deletions
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'.") |