bbatsov / helm-projectile

Helm UI for Projectile
327 stars 71 forks source link

Key binding on MacOS Catalina 10.15.5 #141

Closed bytebunny closed 4 years ago

bytebunny commented 4 years ago

Expected behavior

The README states that key binding C-c p h stands for M-x helm-projectile.

Actual behavior

The key binding is undefined.

Steps to reproduce the problem

Followed this setup guide: https://tuhdo.github.io/c-ide.html

Backtraces if necessary (M-x toggle-debug-on-error)

n/a

Environment & version information

bbatsov commented 4 years ago

Good catch! That's related to an upstream in Projectile, which used to default to C-c p, as the prefix for all of its commands, but now this has to be specified explicitly by the users. See the docs https://docs.projectile.mx/projectile/installation.html#installation-via-package-el for more details. I'll update the README here as well.