Skip to content

Commit af68a58

Browse files
committed
Trim the features listed in the README
1 parent 0da0dce commit af68a58

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ and you can easily extend it with additional project types.
2727
Here 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
---------------

0 commit comments

Comments
 (0)