git: adds `SPC g f d` - for magit-diff-buffer-file-popup

This commit is contained in:
Ag Ibragimov 2018-01-29 11:01:11 -08:00 committed by Codruț Constantin Gușoi
parent d691b916cd
commit 5cdfeef2fa
2 changed files with 2 additions and 0 deletions

View File

@ -107,6 +107,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 l~ | commits log for current file |
| ~SPC g f d~ | diff commands 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

@ -137,6 +137,7 @@
"gc" 'magit-clone
"gff" 'magit-find-file
"gfl" 'magit-log-buffer-file
"gfd" 'magit-diff-buffer-file-popup
"gi" 'magit-init
"gL" 'magit-list-repositories
"gm" 'magit-dispatch-popup