From a021fed2d5109108b129b69ceecc9e2a98dcc239 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sun, 14 May 2023 13:18:27 +0200 Subject: [PATCH] [Emacs] Better keybinds for mastodon.el --- org/config/emacs.org | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index 1808968..1b5791f 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -8303,12 +8303,13 @@ and builds a heatmap out of it. "]]" '(mastodon-tl--goto-next-toot :wk "Next status") "[[" '(mastodon-tl--goto-prev-toot :wk "Previous status") "gt" '(mastodon-tl--next-tab-item :wk "Next tab item") - "gs" '(mastodon-tl--previous-tab-item :wk "Previous tab item")) + "gs" '(mastodon-tl--previous-tab-item :wk "Previous tab item") + "»" '(mastodon-tl--goto-next-toot :wk "Next status") + "«" '(mastodon-tl--goto-prev-toot :wk "Previous status") + "q" #'kill-current-buffer) (phundrak/major-leader-key :package 'mastodon :keymaps 'mastodon-mode-map - "q" #'kill-current-buffer - "#" '(mastodon-tl--get-tag-timeline :wk "Tag timeline") "f" '(mastodon-tl--get-federated-timeline :wk "Federated timeline") "F" '(mastoton-tl--view-filters :wk "Filters")