From 9ab4ddb3b5b43f69d7600a8a5a994929d6e905d6 Mon Sep 17 00:00:00 2001 From: Fabien Dubosson Date: Thu, 21 Jan 2016 21:45:08 +0100 Subject: [PATCH] Correct alignment in git's layer README --- layers/+source-control/git/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/+source-control/git/README.org b/layers/+source-control/git/README.org index d1dbde976..a063ddeed 100644 --- a/layers/+source-control/git/README.org +++ b/layers/+source-control/git/README.org @@ -124,7 +124,7 @@ Git commands (start with ~g~): | ~SPC g I~ | open =helm-gitignore= | | ~SPC g l~ | open a =magit= log | | ~SPC g L~ | display the log for a file | -| ~SPC g r~ | show rebase prompt | +| ~SPC g r~ | show rebase prompt | | ~SPC g P~ | show push prompt | | ~SPC g s~ | open a =magit= status window | | ~SPC g S~ | stage current file |