git: changes `SPC g f h` to `SPC g f l` - for 'git log' of current file

This commit is contained in:
Ag Ibragimov 2018-01-29 10:59:20 -08:00 committed by Codruț Constantin Gușoi
parent 885f561673
commit d691b916cd
2 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ Git commands (start with ~g~):
|-------------+-----------------------------------------------------|
| ~SPC g b~ | open a =magit= blame |
| ~SPC g f f~ | view a file at a specific branch or commit |
| ~SPC g f h~ | show file commits history |
| ~SPC g f l~ | commits log for current file |
| ~SPC g H c~ | clear highlights |
| ~SPC g H h~ | highlight regions by age of commits |
| ~SPC g H t~ | highlight regions by last updated time |

View File

@ -136,7 +136,7 @@
"gb" 'spacemacs/git-blame-micro-state
"gc" 'magit-clone
"gff" 'magit-find-file
"gfh" 'magit-log-buffer-file
"gfl" 'magit-log-buffer-file
"gi" 'magit-init
"gL" 'magit-list-repositories
"gm" 'magit-dispatch-popup