spacemacs/layers/+source-control/version-control
Eivind Fonn c3866382b2 Documentation update
- Add #+HTML_HEAD_EXTRA options to all org files
- HTMLize published documentation via CSS
2015-11-13 14:23:13 +01:00
..
config.el git and github: reorganize key bindings 2015-11-02 00:16:13 -05:00
packages.el git and github: reorganize key bindings 2015-11-02 00:16:13 -05: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