spacemacs/contrib/!source-control/version-control
2015-06-11 21:31:42 -04:00
..
packages.el Split git layer into git and github layers 2015-06-09 22:42:11 -04:00
README.org Fix various key bindings in converted READMEs 2015-06-11 21:31:42 -04:00

Version-Control contribution layer for Spacemacs

Table of Contents   TOC@4

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