I'm beginning to learn about the magit
package for Emacs. The integration is nice. But I'm very confused about how to get help with it.
I created a temporary repository, added a file test.org
to it and ran the command magit-status
. Then I hit ?
to get help. I figured that this means it displays the command available to me inside the magit-status screen. The screen looks like the following:
At the bottom are the magit actions available. Notice how it says s: Show Status
. But s
doesn't do that. It stages a file. And there is no u
key, but it unstages a file.
Am I misreading this or am I invoking the wrong help screen or something else?