From d78cd78dac5fef8d631365dfc6c258ff8394d6bf Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Thu, 28 Sep 2017 23:31:50 +0800 Subject: [PATCH] Update doc for git layer --- docs/layers/git.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 docs/layers/git.md diff --git a/docs/layers/git.md b/docs/layers/git.md new file mode 100644 index 000000000..06abb5061 --- /dev/null +++ b/docs/layers/git.md @@ -0,0 +1,37 @@ +--- +title: "SpaceVim git layer" +--- + +# [SpaceVim Layers:](https://spacevim.org/layers) git + + + +- [Description](#description) + - [Features](#features) +- [Install](#install) + - [Layer](#layer) +- [Key bindings](#key-bindings) + + + +## Description + +This layers adds extensive support for [git](http://git-scm.com/). + +### Features + +## Install + +### Layer + +To use this configuration layer, add `call SpaceVim#layers#load('git')` to your custom configuration file. + +## Key bindings + +| Key Binding | Description | +| -------------- | ---------------------- | +| ` g a` | git add current file | +| ` g A` | git add All files | +| ` g b` | open git blame window | +| ` g s` | open git status window | +| ` g c` | open git commit window |