From 64fc1610f7ced6b899b38cb6eb678e91609413d3 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 6 Apr 2017 01:42:47 +0900 Subject: [PATCH] Updated Home (markdown) --- Home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 3a967b2..5e7196a 100644 --- a/Home.md +++ b/Home.md @@ -14,11 +14,11 @@ ### Articles -- [fzf+vim+tmux](http://junegunn.kr/2014/04/fzf+vim+tmux) -- [fzf rewritten in go](http://junegunn.kr/2015/02/fzf-in-go/) +- [Key bindings for git with fzf](https://junegunn.kr/2016/07/fzf-git/) - [Browsing git commits with fzf](http://junegunn.kr/2015/03/browsing-git-commits-with-fzf/) - [Browsing Chrome history with fzf](http://junegunn.kr/2015/04/browsing-chrome-history-with-fzf/) - [Browsing Chrome bookmarks with fzf](http://junegunn.kr/2015/04/browsing-chrome-bookmarks-with-fzf/) - [fzf screencasts by gotbletu](https://www.youtube.com/playlist?list=PLqv94xWU9zZ2fMsMMDF4PjtNHCeBFbggD) - [Fuzzy bookmarks for your shell](http://dmitryfrank.com/articles/shell_shortcuts) - [Fuzzy bookmarks for zsh](https://github.com/kurkale6ka/zsh/#fuzzy-cd-based-on-bookmarks) +- [Using FZF instead of DMENU](https://medium.com/njiuko/using-fzf-instead-of-dmenu-2780d184753f)