spacemacs/contrib/!source-control/version-control/README.org
2015-06-11 21:31:42 -04:00

35 lines
995 B
Org Mode

#+TITLE: Version-Control contribution layer for Spacemacs
* Table of Contents :TOC@4:
- [[#description][Description]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#key-bindings][Key Bindings]]
* Description
This layers adds general configuration for [[http://www.gnu.org/software/emacs/manual/html_node/emacs/Version-Control.html][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 [[https://github.com/dgutov/diff-hl][diff-hl]]
* Install
** Layer
To use this contribution add it to your =~/.spacemacs=
#+BEGIN_SRC emacs-lisp
(setq-default dotspacemacs-configuration-layers '(version-control))
#+END_SRC
* Key Bindings
| Key Binding | Description |
|-------------+---------------|
| ~ghg~ | Go to hunk |
| ~ghN~ | Previous hunk |
| ~ghn~ | Next hunk |
| ~ghr~ | Revert hunk |