Update README - Homebrew instruction and fzf-tmux options

This commit is contained in:
Junegunn Choi 2015-03-09 23:40:43 +09:00
parent e4b56b9702
commit 2b8a1c0d70

View File

@ -53,7 +53,7 @@ On OS X, you can use [Homebrew](http://brew.sh/) to install fzf.
brew install fzf brew install fzf
# Install shell extensions - this should be done whenever fzf is updated # 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 #### Install as Vim plugin
@ -153,6 +153,7 @@ installer-generated source code: `~/.fzf.bash`, `~/.fzf.zsh`, and
```sh ```sh
# usage: fzf-tmux [-u|-d [HEIGHT[%]]] [-l|-r [WIDTH[%]]] [--] [FZF OPTIONS] # 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) # select git branches in horizontal split below (15 lines)
git branch | fzf-tmux -d 15 git branch | fzf-tmux -d 15