1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-25 07:10:06 +08:00
SpaceVim/docs/cn/layers/git.md
Wang Shidong ba59ca2520
Update chinese document (#1331)
squash and merged
2018-01-27 01:07:02 +08:00

893 B

title description
SpaceVim git layer This layers adds extensive support for git

SpaceVim Layers: git

Description

This layers adds extensive support for git.

Features

Install

Layer

To use this configuration layer, add call SpaceVim#layers#load('git') to your custom configuration file.

Key bindings

Key Binding Description
<Leader> g a git add current file
<Leader> g A git add All files
<Leader> g b open git blame window
<Leader> g s open git status window
<Leader> g c open git commit window