Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Evil support #40

Open
jdenen opened this issue Apr 17, 2017 · 3 comments
Open

Evil support #40

jdenen opened this issue Apr 17, 2017 · 3 comments

Comments

@jdenen
Copy link
Collaborator

jdenen commented Apr 17, 2017

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.

@saper
Copy link
Contributor

saper commented Apr 17, 2017

On GNU Emacs 25.1:

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)

@jdenen jdenen added ready and removed ready labels Apr 22, 2017
@jdenen
Copy link
Collaborator Author

jdenen commented Aug 10, 2018

Should make #199 enhancements as part of this.

@JosephKiranBabu
Copy link

I keep pressing b to go back a word out of habit and end up boosting toots unintentionally! 🤐

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants