Skip to content

Commit

Permalink
Change helm-apropos from SPC h d d to SPC h d a
Browse files Browse the repository at this point in the history
Change the binding to be more mnemonic.

It calls helm-[a]propos and it pretty much describes [a]ll.
  • Loading branch information
duianto authored and syl20bnr committed Feb 18, 2019
1 parent e615753 commit d55f39e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.develop
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,8 @@ Other:
Takemura)
- Added ~SPC f y n~ and ~SPC f y N~ to copy the name of a file (thanks to
Sylvain Benner)
- Changed ~SPC h d d~ to ~SPC h d a~ for =helm-apropos=, it's more mnemonic
(thanks duianto, and thanks yuhan0 for the suggestion)
- Added profiling key bindings:
- ~SPC h P k~ to stop the profiler
- ~SPC h P r~ to display the profiler report
Expand Down
2 changes: 1 addition & 1 deletion doc/DOCUMENTATION.org
Original file line number Diff line number Diff line change
Expand Up @@ -1887,9 +1887,9 @@ thusly:

| Key binding | Description |
|-------------+-----------------------------------------------------------|
| ~SPC h d a~ | describe current expression under point |
| ~SPC h d b~ | describe bindings |
| ~SPC h d c~ | describe current character under point |
| ~SPC h d d~ | describe current expression under point |
| ~SPC h d f~ | describe a function |
| ~SPC h d F~ | describe a face |
| ~SPC h d k~ | describe a key |
Expand Down
2 changes: 1 addition & 1 deletion layers/+completion/helm/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
(spacemacs||set-helm-key "fF" helm-find-files)
(spacemacs||set-helm-key "fL" helm-locate)
(spacemacs||set-helm-key "fr" helm-recentf)
(spacemacs||set-helm-key "hdd" helm-apropos)
(spacemacs||set-helm-key "hda" helm-apropos)
(spacemacs||set-helm-key "hdF" spacemacs/helm-faces)
(spacemacs||set-helm-key "hi" helm-info-at-point)
(spacemacs||set-helm-key "hm" helm-man-woman)
Expand Down

0 comments on commit d55f39e

Please sign in to comment.