kahole / edamagit

Magit for VSCode
https://marketplace.visualstudio.com/items?itemName=kahole.magit
MIT License
1.13k stars 66 forks source link

[Feature] M-p: git-commit-prev-message #300

Open bobslee opened 4 months ago

bobslee commented 4 months ago

M-p runs the command git-commit-prev-message (found in git-commit-mode-map), which is an interactive native-compiled Lisp function in ‘git-commit.el’.

It is bound to M-p.

(git-commit-prev-message ARG)

Cycle backward through message history, after saving current message. With a numeric prefix ARG, go back ARG comments.