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
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 ?
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 ☺️
In the Help buffers my
TAB
key is not jumps to the next button as I expect.S-TAB
(backward-button
) works normally though.The text was updated successfully, but these errors were encountered: