From d691b916cd7e8fced2125de00b8b032ee93e04d9 Mon Sep 17 00:00:00 2001 From: Ag Ibragimov Date: Mon, 29 Jan 2018 10:59:20 -0800 Subject: [PATCH] git: changes `SPC g f h` to `SPC g f l` - for 'git log' of current file --- layers/+source-control/git/README.org | 2 +- layers/+source-control/git/packages.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layers/+source-control/git/README.org b/layers/+source-control/git/README.org index 4e5a36293..b15c3edd3 100644 --- a/layers/+source-control/git/README.org +++ b/layers/+source-control/git/README.org @@ -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 | diff --git a/layers/+source-control/git/packages.el b/layers/+source-control/git/packages.el index 505bfab76..9657fd436 100644 --- a/layers/+source-control/git/packages.el +++ b/layers/+source-control/git/packages.el @@ -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