From 2b8a1c0d7032bc6256055c4f97bec622831888a4 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 9 Mar 2015 23:40:43 +0900 Subject: [PATCH] Update README - Homebrew instruction and fzf-tmux options --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f61d3f..58a3827 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ On OS X, you can use [Homebrew](http://brew.sh/) to install fzf. brew install fzf # Install shell extensions - this should be done whenever fzf is updated -/usr/local/Cellar/fzf/$(fzf --version)/install +$(brew info fzf | grep /install) ``` #### Install as Vim plugin @@ -153,6 +153,7 @@ installer-generated source code: `~/.fzf.bash`, `~/.fzf.zsh`, and ```sh # usage: fzf-tmux [-u|-d [HEIGHT[%]]] [-l|-r [WIDTH[%]]] [--] [FZF OPTIONS] +# (-[udlr]: up/down/left/right) # select git branches in horizontal split below (15 lines) git branch | fzf-tmux -d 15