[project] Add `SPC p E` for newly added `projectile-find-references` (closes #15789)

This commit is contained in:
pataquets 2022-11-07 20:01:46 +01:00 committed by Maxi Wolff
parent 90fb81382a
commit 906bcf0ec9
3 changed files with 3 additions and 0 deletions

View File

@ -1200,6 +1200,7 @@ Other:
- Added ~SPC x n~ for multi-line transient state
(thanks to Tristan Harmer)
- Added ~s~ =hydra-dired-quick-sort/body= (thanks to duianto)
- Added ~SPC p E~ for =projectile-find-references= (thanks to Alfonso Montero)
- Improvements:
- Inhibited golden-ratio mode from interfering with ediff windows
- Rewrote window layout functions for ~SPC w 1~, ~SPC w 2~, ~SPC w 3~, and

View File

@ -3678,6 +3678,7 @@ To search in a project see [[#searching-in-a-project][project searching]].
| ~SPC p e~ | edit dir-locals.el |
| ~SPC p f~ | find file |
| ~SPC p F~ | find file based on path around point |
| ~SPC p E~ | find references |
| ~SPC p g~ | find tags |
| ~SPC p G~ | regenerate the project's =etags= / =gtags= |
| ~SPC p h~ | find file |

View File

@ -83,6 +83,7 @@
"pe" 'projectile-edit-dir-locals
"pf" 'projectile-find-file
"pF" 'projectile-find-file-dwim
"pE" 'projectile-find-references
"pg" 'projectile-find-tag
"pG" 'projectile-regenerate-tags
"pi" 'projectile-install-project