From 1e88918cd0b102870f2e79d760ebd1baa8092127 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Mon, 22 Dec 2014 23:08:16 -0500 Subject: [PATCH] Update documentation for git layer --- contrib/git/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/git/README.md b/contrib/git/README.md index cf21bd3ab..83afa8767 100644 --- a/contrib/git/README.md +++ b/contrib/git/README.md @@ -63,9 +63,12 @@ Git commands (start with `g`): Key Binding | Description ---------------------------|------------------------------------------------------------ +SPC g b | open a `magit` blame +SPC g C | commit changes SPC g h c | clear highlights SPC g h h | highlight regions by age of commits SPC g h t | highlight regions by last updated time +SPC g l | open a `magit` log SPC g s | open a `magit` status window SPC g m | display the last commit message of the current line SPC g t | launch the git time machine