Improve Helm configuration
The current prelude-helm only uses a single command of Helm, which is a waste given how Helm contains many other commands. When prelude-helm is activated, users should be able to utilize all of these useful commands. If a user wants to use Helm, he will want to use all of its features anyway. prelude-helm is configured that it is able to be used with this [guide](http://tuhdo.github.io/helm-intro.html).
This commit is contained in:
parent
5b4b911b02
commit
bde6bb0d37
2 changed files with 90 additions and 21 deletions
|
@ -296,7 +296,6 @@ Keybinding | Description
|
|||
<kbd>C-c t</kbd> | Open a terminal emulator (`ansi-term`).
|
||||
<kbd>C-c k</kbd> | Kill all open buffers except the one you're currently in.
|
||||
<kbd>C-c TAB</kbd> | Indent and copy region to clipboard
|
||||
<kbd>C-c h</kbd> | Open Helm (available if you've enabled the `prelude-helm` module).
|
||||
<kbd>C-c I</kbd> | Open user's init file.
|
||||
<kbd>C-c S</kbd> | Open shell's init file.
|
||||
<kbd>C-c . +</kbd> | Increment integer at point. Default is +1.
|
||||
|
@ -369,6 +368,14 @@ If you ever forget any of Projectile's keybindings just do a:
|
|||
|
||||
<kbd>C-c p C-h</kbd>
|
||||
|
||||
#### Helm
|
||||
|
||||
Helm is setup according to this guide: [A Package in a league of its own: Helm](http://tuhdo.github.io/helm-intro.html).
|
||||
|
||||
You can learn Helm usage and key bindings following the guide. <kbd>C-c h</kbd>
|
||||
is Prelude's default prefix key for Helm. If you don't remember any key binding,
|
||||
append <kbd>C-h</kbd> after <kbd>C-c h</kbd> for a list of key bindings in Helm.
|
||||
|
||||
#### Key-chords
|
||||
|
||||
**Key-chords are available only when the `prelude-key-chord` module has been enabled.**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue