forked from emacs-exordium/exordium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(help): Display "preview" when selecting a candidate with helpful
When using one of `helpful` commands (for example `helpful-callable`), it is possible to invoke `helm`'s persistent action that will describe currently selected symbol by hitting `C-j`. Example usage: - call `helpufl-callable`, - type something to narrow list of candidates (for example `message`), - select one of the candiates by moving selection in the `helm` completion buffer, using `C-n`/`C-p`), Insetead of hitting `RET` (that would dissmiss the `helm` completino buffer and pop up a new `helpful` buffer describing the selected symbol), you can now type `C-j` to just preview the selected symbol. This enables at least a couple workflows: - You can rapidly browse documentation for multiple narrowed symbols (for example when searching for a function or a variable) by hitting `C-j` on successive candidates. - You can just take peek a symbol documentation by hitting `C-j` and then dismiss both `helm` and `helpful` buffers by hitting `C-g` and go back to the window configuration that was before calling `helpful` command.
- Loading branch information
Showing
1 changed file
with
60 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters