mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 20:10:05 +08:00
b627d2e8ab
* Update git layer * Disable signify when git layer is loaded * Add key binding * Update key binding * Update doc
1.0 KiB
1.0 KiB
title | description |
---|---|
SpaceVim git layer | This layers adds extensive support for git |
Available Layers >> git
Description
This layers adds extensive support for git.
Install
To use this configuration layer, add following snippet to your custom configuration file (SPC f v d
).
[[layers]]
name = "git"
Key bindings
Key Binding | Description |
---|---|
SPC g s |
view git status |
SPC g S |
stage current file |
SPC g U |
unstage current file |
SPC g c |
edit git commit |
SPC g p |
git push |
SPC g d |
view git diff |
SPC g A |
stage all files |
SPC g b |
open git blame windows |
SPC g h a |
stage current hunk |
SPC g h r |
undo cursor hunk |
SPC g h v |
preview cursor hunk |