Skip to content
Snippets Groups Projects
Commit 2b8a1c0d authored by Junegunn Choi's avatar Junegunn Choi
Browse files

Update README - Homebrew instruction and fzf-tmux options

parent e4b56b97
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment