diff options
| author | Bozhidar Batsov <bozhidar@batsov.com> | 2021-05-25 18:49:39 +0300 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.com> | 2021-05-25 18:49:39 +0300 |
| commit | af68a585d66e78795aaf7ba6d0bd6d4f23b8fe16 (patch) | |
| tree | bb9a5e829e6d32207d5a8702aec0b861d32fbb6f /README.md | |
| parent | 0da0dcee589a0bf8e0c3bd3b89b3c2c5297a0679 (diff) | |
Trim the features listed in the README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 2 insertions, 10 deletions
@@ -27,9 +27,6 @@ and you can easily extend it with additional project types. Here are some of Projectile's features: * jump to a file in project -* jump to files at point in project -* jump to a directory in project -* jump to a file in a directory * jump to a project buffer * jump to a test in project * 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: * switch between projects you have worked on * kill (close) all project buffers * replace in project -* multi-occur in project buffers -* grep in project -* regenerate project etags or gtags (requires [ggtags](https://github.com/leoliu/ggtags)). -* visit project in `dired` -* run make in a project with a single key chord -* check for dirty repositories -* toggle read-only mode for the entire project +* grep (search) in project +* run shell commands in a project (e.g. `make`, `lein`) * support for multiple minibuffer completion/selection libraries (`ido`, `ivy`, `helm` and the default completion system) --------------- |
