Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The boon-quit-key should be bound to boon-quit in special state #84

Open
bernardjoseph opened this issue Jan 6, 2020 · 2 comments
Open

Comments

@bernardjoseph
Copy link
Contributor

The boon-quit-key should be bound to boon-quit in special state:

(define-key boon-special-map boon-quit-key #'boon-quit)
@jyp
Copy link
Owner

jyp commented Jan 7, 2020

I currently have:

(define-key boon-special-map boon-quit-key 'boon-set-command-state)

What's your rationale?

@bernardjoseph
Copy link
Contributor Author

I want to have a quit-key in special buffers, so that I can remove highlights, deactivate marks, etc. With the quit-key bound to boon-set-command-state I often end up in a buffer in command state after pressing the quit-key. I can then switch back to special state by boon-set-insert-like-state, but this is a bit annoying.

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

No branches or pull requests

2 participants