cp-switch-project: Add projectile-dired action

This commit is contained in:
Eric Danan 2018-08-26 16:07:42 +02:00
parent ea12b29e7e
commit d53ddd591c
2 changed files with 8 additions and 0 deletions

View file

@ -116,6 +116,7 @@ This command is a replacement for `projectile-switch-project`. It adds the possi
| <kbd>o</kbd> | Jump to a project buffer or file: call `counsel-projectile` (default action; see above) |
| <kbd>f</kbd> | Jump to a project file: call `counsel-projectile-find-file` (see below) |
| <kbd>d</kbd> | Jump to a project directory: call `counsel-projectile-find-dir` (see below) |
| <kbd>D</kbd> | Open project in dired |
| <kbd>b</kbd> | Jump to a project buffer: call `counsel-projectile-switch-to-buffer` (see below) |
| <kbd>m</kbd> | Find file manually: call `counsel-find-file` from the project root |
| <kbd>S</kbd> | Save all project buffers |