Add projectile dired action in workspaces module
"open project in dired"
This commit is contained in:
parent
4bc70a8537
commit
b632cbaa5c
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")
|
||||
("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-dired "open project in dired")
|
||||
("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")
|
||||
("w" counsel-projectile-switch-project-action-save-all-buffers "save all project buffers")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue