From 266262419939097a1991c058fb43129954b07216 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Fri, 29 Jan 2016 01:39:52 +0900 Subject: [PATCH] Updated Home (markdown) --- Home.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Home.md b/Home.md index 7a246d1..11805fb 100644 --- a/Home.md +++ b/Home.md @@ -1,5 +1,14 @@ fzf +### Pages + +- [Examples](https://github.com/junegunn/fzf/wiki/Examples) + - Various examples for bash and zsh +- [Examples (completion)](https://github.com/junegunn/fzf/wiki/Examples-(completion)) + - Learn how to write your own fuzzy completion +- [Examples (vim)](https://github.com/junegunn/fzf/wiki/Examples-(vim)) + - If you're not familiar with Vimscript, check out [fzf.vim](https://github.com/junegunn/fzf.vim) + ### Articles - [fzf+vim+tmux](http://junegunn.kr/2014/04/fzf+vim+tmux)