From 8540902a35361dba217cc3ad86ff2215ae51918e Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 4 Sep 2018 12:24:46 +0900 Subject: [PATCH] Add link to git key bindings gist --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30578ba..4532263 100644 --- a/README.md +++ b/README.md @@ -514,7 +514,8 @@ You can customize the size and position of the preview window using fzf --height 40% --reverse --preview 'file {}' --preview-window down:1 ``` -For more advanced examples, see [Key bindings for git with fzf][fzf-git]. +For more advanced examples, see [Key bindings for git with fzf][fzf-git] +([code](https://gist.github.com/junegunn/8b572b8d4b5eddd8b85e5f4d40f17236)). [fzf-git]: https://junegunn.kr/2016/07/fzf-git/