Wilfred / helpful

A better Emacs *help* buffer
1.11k stars 62 forks source link

How do you go back? #323

Open danielkrajnik opened 1 year ago

danielkrajnik commented 1 year ago

Open a helpful buffer (on doom emacs press K with a cursor on some variable) Click some link within the buffer, which takes you to another helpful buffer Try to return Then you can't For you are stuck How do you go back?

mekeor commented 1 year ago

How about previous-buffer?

danielkrajnik commented 1 year ago

Thank you, I've just tried it, but it doesn't take you to the previous helpful buffer - it just jumped to a previously used buffer (an edited file in this instance).

woolsweater commented 1 year ago

Unlike the built-in help-mode, helpful doesn't re-use the same buffer for new queries, so to "go back" you must use regular buffer switching commands.

See https://github.com/Wilfred/helpful/issues/250