diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-21 16:16:48 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-21 16:16:48 +0100 |
commit | 09e3f9fe6eb8d94bc5f44ac5c094479489c4929e (patch) | |
tree | 8081913da87332b61e8748b1c42cc0bcf345fb8f /lisp | |
parent | e80ebfec55a0c284d0eef7248abcca91d0d4d4e5 (diff) |
bind switch buffers to "/"
Diffstat (limited to 'lisp')
-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 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) |