You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
Many of my keybindings are Vim inspired. This proposes a problem for evil users in normal mode. Look into what it would take to support evil users out of the box.
The text was updated successfully, but these errors were encountered:
Mastodon mode defined in ‘mastodon.el’:
Major mode for Mastodon, the federated microblogging network.
This mode runs the hook ‘mastodon-mode-hook’, as the final step
during initialization.
key binding
--- -------
F mastodon-tl--get-federated-timeline
(that binding is currently shadowed by another mode)
H mastodon-tl--get-home-timeline
(that binding is currently shadowed by another mode)
L mastodon-tl--get-local-timeline
(that binding is currently shadowed by another mode)
Q kill-buffer-and-window
T mastodon-tl--get-tag-timeline
(that binding is currently shadowed by another mode)
j mastodon-tl--goto-next-toot
(that binding is currently shadowed by another mode)
k mastodon-tl--goto-prev-toot
(that binding is currently shadowed by another mode)
n mastodon-toot
(that binding is currently shadowed by another mode)
q kill-this-buffer
(that binding is currently shadowed by another mode)
u mastodon-tl--update
(that binding is currently shadowed by another mode)
Many of my keybindings are Vim inspired. This proposes a problem for
evil
users in normal mode. Look into what it would take to supportevil
users out of the box.The text was updated successfully, but these errors were encountered: