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

TAB key is not working as expected in *Help* buffers #3165

Closed
lislon opened this issue Sep 28, 2015 · 3 comments
Closed

TAB key is not working as expected in *Help* buffers #3165

lislon opened this issue Sep 28, 2015 · 3 comments

Comments

@lislon
Copy link
Contributor

lislon commented Sep 28, 2015

In the Help buffers my TAB key is not jumps to the next button as I expect.

S-TAB (backward-button) works normally though.

@sooheon
Copy link

sooheon commented Sep 28, 2015

I think this is due to a conflict with C-i for evil jumping and the physical <tab> key.

(evil-define-key 'motion help-mode-map (kbd "<tab>") 'forward-button) fixes it for me, while also keeping the C-i binding intact. Not quite sure where this should go in spacemacs @syl20bnr ?

@lislon
Copy link
Contributor Author

lislon commented Sep 28, 2015

Thank you! Works for me.

@StreakyCobra
Copy link
Contributor

There is an ongoing more general discussion about how to handle difference between , TAB and other keybindings in terminal in #3472 I've reported and linked this issue there, so closing this one to avoid dispersing discussions. Feel free to continue the discussion there ☺️

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

No branches or pull requests

4 participants