kahole / edamagit

Magit for VSCode

Home Page:https://marketplace.visualstudio.com/items?itemName=kahole.magit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

bobslee opened this issue · comments

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.