1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-25 02:20:04 +08:00
SpaceVim/docs/cn/layers/VersionControl.md
2018-06-23 14:37:41 +08:00

1.7 KiB

title description lang
SpaceVim VersionControl 模块 这一模块为 SpaceVim 提供了通用的代码版本控制支持,该模块支持 Git、Mercurial、Bazaar、SVN 等等多种后台工具。 cn

可用模块 >> VersionControl

模块介绍

这一模块为 SpaceVim 提供了通用的代码版本控制支持,该模块支持 Git、Mercurial、Bazaar、SVN 等等多种后台工具。 为 SpaceVim 提供如下特性:

  • 在左侧栏显示代码改动标记
  • 在状态栏显示 vcs 版本信息

启用模块

可通过在配置文件内加入如下配置来启用该模块:

[[layers]]
  name = "VersionControl"

快捷键

按键 描述
SPC g . 打开版本控制临时快捷键菜单

临时快捷键菜单

按键 描述
w Stage 当前文件
u Unstage 当前文件
n 下一个 vcs hunk
N/p 上一个 vcs hunk
t 启用/禁用 diff signs
l 显示仓库 log
D Show diffs of unstaged hunks
f Fetch for repo with popup
F Pull repo with popup
P Push repo with popup
c Commit with popup
C Commit

通用快捷键

按键 描述
[ c 跳至上一个 vcs hunk
] c 跳至下一个 vcs hunk