Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.11 KB

helm.org

File metadata and controls

48 lines (28 loc) · 1.11 KB

ref: http://tuhdo.github.io/helm-projectile.html

C-c p pOpen ProjectSwitch to Project
C-c p eRecentOpen recent files
C-c p hOpen Project FileFind file from Project Files
A-yYankHelm kill ring

Open file as root

Do:

C-x C-f

as usual, then navigate to file, then do:

C-c r

Search in Project Files

This will regex search in all files of a given project. Very useful to find uses of a defined function for example.

C-c p fshow all project files in helm
A-aselect all project files
C-sgrep through those project files

Now you will have a list of matches, now you can save the matches

C-x C-ssave matches to buffer

Then inside the matches you can go to each match with:

C-<up>/<down>Go to match

This keeps the grep window open so you can edit each occurance that you find.

Search whole project root

Search text of all files in Project dir

C-c p s g

remove projects from know project list

Mark: Alt-SPACE Delete: Alt-Shift-D