summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-03-09 23:40:43 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-03-09 23:40:43 +0900
commit2b8a1c0d7032bc6256055c4f97bec622831888a4 (patch)
treee1b4404886e4edb2686bf1863985ce3fe7acca7c /README.md
parente4b56b9702e4e57ee4503238c1b773bd8b8884a2 (diff)
Update README - Homebrew instruction and fzf-tmux options
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9f61d3f6..58a3827b 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