1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:30:05 +08:00
SpaceVim/docs/cn/layers/VersionControl.md
2019-10-04 14:13:51 +08:00

2.0 KiB

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

可用模块 >> VersionControl

模块介绍

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

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

启用模块

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

[[layers]]
  name = "VersionControl"

模块选项

enable-gtm-status: 在状态栏展示当前分支工作的时间,这一特性需要安装 gtm 命令。

快捷键

快捷键 功能描述
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