You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command is bound to C-c P, which is a C-c letter keybinding, reserved for user customization. It should be replaced with some other binding, such as C-c C-w, which doesn't seem to be used by the parent mode. I can submit a patch, but deciding on what keybinding makes sense first is the more productive way to accomplish this.