From 9d041aa58246fbcaf15ae60224ec8121b86f51cd Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 23 Aug 2022 13:29:41 +0900 Subject: [PATCH] Update README --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 0d5d868..ebd83e2 100644 --- a/README.md +++ b/README.md @@ -627,10 +627,7 @@ fzf --height 40% --layout reverse --info inline --border \ See the man page (`man fzf`) for the full list of options. -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/ +More advanced examples can be found [here](https://github.com/junegunn/fzf/blob/master/ADVANCED.md). ----