spacemacs/contrib/!source-control/version-control
syl20bnr 21b551beee new layer: version-control, move vc related packages to it
That is `diff-mode` and `diff-hl-mode`
2015-06-09 22:19:52 -04:00
..
packages.el new layer: version-control, move vc related packages to it 2015-06-09 22:19:52 -04:00
README.md new layer: version-control, move vc related packages to it 2015-06-09 22:19:52 -04:00

Version-Control contribution layer for Spacemacs

Table of Contents

Description

This layers adds general configuration for Emacs VC. It should work with all VC backends such as Git, Mercurial, Bazaar, SVN, etc...

Features:

  • highlights uncommitted changes in the fringe or margin with diff-hl

Install

Layer

To use this contribution add it to your ~/.spacemacs

(setq-default dotspacemacs-configuration-layers '(version-control))

Key Bindings

Key Binding   |                 Description

------------------|------------------------------------------------------------ ghg | Go to hunk ghN | Previous hunk ghn | Next hunk ghr | Revert hunk