diff options
| author | Ludvig Sundström <lud.sund@gmail.com> | 2019-07-15 15:35:07 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar.batsov@gmail.com> | 2019-09-04 07:26:12 -0300 |
| commit | 0707fc4fd6cb10959bede0d321a915a959c466aa (patch) | |
| tree | 2edc74b80eaca0aa8a98a8caf9253bcb5e0ba136 /doc | |
| parent | a10ffef7e889e7743d19d3228b1fe491aacd950e (diff) | |
Add projectile-current-on-switch information
I would have liked to see this when checking the docs - I had to look for this longer than I'd wanted.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/configuration.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/configuration.md b/doc/configuration.md index f357ecf..5c9216a 100644 --- a/doc/configuration.md +++ b/doc/configuration.md @@ -197,6 +197,10 @@ If you want Projectile to be usable in every directory (even without the presenc ## Switching projects +By default, projectile does not include the current project in the list when +switching projects. If you want to include the current project, customize +variable `projectile-current-project-on-switch`. + When running `projectile-switch-project` (<kbd>s-p p</kbd>) Projectile invokes the command specified in `projectile-switch-project-action` (by default it is `projectile-find-file`). |
