mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-14 23:49:19 +08:00
doc(layer): update :h SpaceVim-layers-git
This commit is contained in:
parent
77d57270c4
commit
d604674a95
@ -22,7 +22,24 @@
|
||||
" name = 'git'
|
||||
" git_plugin = 'git'
|
||||
" <
|
||||
" @subsection Key bindings
|
||||
"
|
||||
" The following key bindings will be definded when the `git` layer is loaded.
|
||||
" >
|
||||
" 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 m git branch manager
|
||||
" 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
|
||||
" <
|
||||
|
||||
|
||||
if exists('s:git_plugin')
|
||||
|
@ -1578,7 +1578,24 @@ is `git`, the following plugins are supported: `gina`, `fugitive` and `gita`.
|
||||
name = 'git'
|
||||
git_plugin = 'git'
|
||||
<
|
||||
KEY BINDINGS
|
||||
|
||||
The following key bindings will be definded when the `git` layer is loaded.
|
||||
>
|
||||
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 m git branch manager
|
||||
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
|
||||
<
|
||||
|
||||
==============================================================================
|
||||
GITHUB *SpaceVim-layers-github*
|
||||
|
Loading…
x
Reference in New Issue
Block a user