Merge pull request #3778 from t-e-r-m/workspace-dired-action-200819
Add projectile dired action in workspaces module
This commit is contained in:
commit
a10a02746b
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ stored in `persp-save-dir'.")
|
||||||
("O" counsel-projectile-switch-project-action "jump to a project buffer or file")
|
("O" counsel-projectile-switch-project-action "jump to a project buffer or file")
|
||||||
("f" counsel-projectile-switch-project-action-find-file "jump to a project file")
|
("f" counsel-projectile-switch-project-action-find-file "jump to a project file")
|
||||||
("d" counsel-projectile-switch-project-action-find-dir "jump to a project directory")
|
("d" counsel-projectile-switch-project-action-find-dir "jump to a project directory")
|
||||||
|
("D" counsel-projectile-switch-project-action-dired "open project in dired")
|
||||||
("b" counsel-projectile-switch-project-action-switch-to-buffer "jump to a project buffer")
|
("b" counsel-projectile-switch-project-action-switch-to-buffer "jump to a project buffer")
|
||||||
("m" counsel-projectile-switch-project-action-find-file-manually "find file manually from project root")
|
("m" counsel-projectile-switch-project-action-find-file-manually "find file manually from project root")
|
||||||
("w" counsel-projectile-switch-project-action-save-all-buffers "save all project buffers")
|
("w" counsel-projectile-switch-project-action-save-all-buffers "save all project buffers")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue