Add helm-projectile-find-file-dwim

Complete #4144 in supporting `spacemacs-helm`
This commit is contained in:
Fabien Dubosson 2016-01-31 22:10:06 +01:00
parent 03ec0cb4bb
commit 42bc71dcac
2 changed files with 2 additions and 1 deletions

View File

@ -2572,7 +2572,7 @@ To search in a project see [[Searching in a project][project searching]].
| ~SPC p d~ | find directory |
| ~SPC p D~ | open project root in =dired= |
| ~SPC p f~ | find file |
| ~SPC p F~ | Find file based on path at point |
| ~SPC p F~ | find file based on path at point |
| ~SPC p G~ | regenerate the project's =etags= / =gtags= |
| ~SPC p h~ | find file using =helm= |
| ~SPC p I~ | invalidate the projectile cache |

View File

@ -884,6 +884,7 @@ Search for a search tool in the order provided by `dotspacemacs-search-tools'."
"pb" 'helm-projectile-switch-to-buffer
"pd" 'helm-projectile-find-dir
"pf" 'helm-projectile-find-file
"pF" 'helm-projectile-find-file-dwim
"ph" 'helm-projectile
"pp" 'helm-projectile-switch-project
"pr" 'helm-projectile-recentf