From b5f36a73d28bd90e66279140709fd36a5012689e Mon Sep 17 00:00:00 2001 From: Dmitry Bushev Date: Mon, 2 Nov 2015 16:09:20 +0300 Subject: [PATCH] Fix README for helm-projectile-find-other-file keybinding --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf5c587..2bb6ccf 100644 --- a/README.md +++ b/README.md @@ -369,7 +369,7 @@ Keybinding | Description C-c p e | Shows a list of recently visited project files. C-c p s a | Runs `ack` on the project. Requires the presence of `ack-and-a-half`. C-c p s s | Runs `ag` on the project. Requires the presence of `ag.el`. -C-c p a | Runs `ack` on the project. Requires the presence of `ack-and-a-half`. +C-c p a | Switch between files with the same name but different extensions. C-c p c | Runs a standard compilation command for your type of project. C-c p P | Runs a standard test command for your type of project. C-c p z | Adds the currently visited to the cache.