git layer: move helm-gitignore on SPC g I

This commit is contained in:
syl20bnr 2015-05-18 22:37:31 -04:00
parent 20a3d17ad7
commit b0cbae7d23
2 changed files with 2 additions and 4 deletions

View file

@ -136,7 +136,7 @@ Git commands (start with `g`):
<kbd>SPC g h c</kbd> | clear highlights
<kbd>SPC g h h</kbd> | highlight regions by age of commits
<kbd>SPC g h t</kbd> | highlight regions by last updated time
<kbd>SPC g i</kbd> | open `helm-gitignore`
<kbd>SPC g I</kbd> | open `helm-gitignore`
<kbd>SPC g l</kbd> | open a `magit` log
<kbd>SPC g s</kbd> | open a `magit` status window
<kbd>SPC g m</kbd> | display the last commit message of the current line

View file

@ -57,9 +57,7 @@
(defun git/init-helm-gitignore ()
(use-package helm-gitignore
:defer t
:config
(evil-leader/set-key
"gi" 'helm-gitignore)))
:init (evil-leader/set-key "gI" 'helm-gitignore)))
(defun git/init-git-commit-mode ()
(use-package git-commit-mode