spacemacs/layers/+source-control/version-control
Eivind Fonn e7fbc84ff0 Remove package guards for evilified
See discussion in #3879
2015-11-21 11:07:14 +01:00
..
config.el
packages.el Remove package guards for evilified 2015-11-21 11:07:14 +01:00
README.org Documentation update 2015-11-13 14:23:13 +01:00

Version-Control contribution layer for Spacemacs

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
SPC g d g Go to hunk
SPC g d N Previous hunk
SPC g d n Next hunk
SPC g d r Revert hunk