aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-03-21 16:16:48 +0100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-03-21 16:16:48 +0100
commit09e3f9fe6eb8d94bc5f44ac5c094479489c4929e (patch)
tree8081913da87332b61e8748b1c42cc0bcf345fb8f /lisp
parente80ebfec55a0c284d0eef7248abcca91d0d4d4e5 (diff)
bind switch buffers to "/"
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mastodon.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index 5a46735..5f7034e 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -162,6 +162,7 @@ Use. e.g. \"%c\" for your locale's date and time format."
(define-key map (kbd "@") #'mastodon-notifications--get-mentions)
(define-key map (kbd "P") #'mastodon-profile--show-user)
(define-key map (kbd "s") #'mastodon-search--search-query)
+ (define-key map (kbd "/") #'mastodon-switch-to-buffer)
;; quitting mastodon
(define-key map (kbd "q") #'kill-current-buffer)
(define-key map (kbd "Q") #'kill-buffer-and-window)