Skip to content

Commit

Permalink
Add helm-projectile-find-file-dwim
Browse files Browse the repository at this point in the history
Complete #4144 in supporting `spacemacs-helm`
  • Loading branch information
StreakyCobra committed Jan 31, 2016
1 parent 03ec0cb commit 42bc71d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/DOCUMENTATION.org
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
1 change: 1 addition & 0 deletions layers/+completion/spacemacs-helm/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42bc71d

Please sign in to comment.