Skip to content

Commit

Permalink
Ivy: Add SPC h d a counsel-apropos
Browse files Browse the repository at this point in the history
  • Loading branch information
duianto authored and syl20bnr committed Feb 18, 2019
1 parent d55f39e commit 4b195dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.develop
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,8 @@ Other:
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 ~SPC h d a~ for =counsel-apropos= (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
1 change: 1 addition & 0 deletions layers/+completion/ivy/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"fL" 'counsel-locate
;; help
"?" 'counsel-descbinds
"hda" 'counsel-apropos
"hdf" 'counsel-describe-function
"hdF" 'counsel-describe-face
"hdm" 'spacemacs/describe-mode
Expand Down

0 comments on commit 4b195dd

Please sign in to comment.