tonini/alchemist.el

Switch to/scroll in help

Opened this issue · 1 comments

When I type String. I get completion with company. When I press C-h I get a split window with the help section for that function.

Now, how do I scroll that window or better, how do I switch to that window so I can scroll in it?

I'm using Evil and pressing C-w just closes the help section and company dropdown. I've alsto tried other-window via C-x o and that just closes the help window.

I think you are looking for a function like scroll-other-window-down. It seems like you have a customised setup, but try running your equivalent of M-x and type describe-function and from that menu search for scroll-other-window-down; from here you should be able to see what it is bound to in your keybindings.

I hope that helps. I am not entirely sure this is an alchemist issue.