File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,9 +27,6 @@ and you can easily extend it with additional project types.
2727Here are some of Projectile's features:
2828
2929* jump to a file in project
30- * jump to files at point in project
31- * jump to a directory in project
32- * jump to a file in a directory
3330* jump to a project buffer
3431* jump to a test in project
3532* toggle between files with same names but different extensions (e.g. ` .h ` <-> ` .c/.cpp ` , ` Gemfile ` <-> ` Gemfile.lock ` )
@@ -38,13 +35,8 @@ Here are some of Projectile's features:
3835* switch between projects you have worked on
3936* kill (close) all project buffers
4037* replace in project
41- * multi-occur in project buffers
42- * grep in project
43- * regenerate project etags or gtags (requires [ ggtags] ( https://github.com/leoliu/ggtags ) ).
44- * visit project in ` dired `
45- * run make in a project with a single key chord
46- * check for dirty repositories
47- * toggle read-only mode for the entire project
38+ * grep (search) in project
39+ * run shell commands in a project (e.g. ` make ` , ` lein ` )
4840* support for multiple minibuffer completion/selection libraries (` ido ` , ` ivy ` , ` helm ` and the default completion system)
4941
5042---------------
You can’t perform that action at this time.
0 commit comments