summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-05-09 20:15:14 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-05-09 20:18:38 +0900
commit2b8e44532163b8ef71a805725e8d17e352cba824 (patch)
tree80cf569102651d149a5538eab4007ceed7e7c4c1 /README.md
parent315499b1d4fbd61320a4c134ea77f29c36e55ce6 (diff)
Fuzzy completion for zsh (#227)
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index eb5ecb51..c5dd3f4d 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ fzf project consists of the followings:
- `fzf-tmux` script for launching fzf in a tmux pane
- Shell extensions
- Key bindings (`CTRL-T`, `CTRL-R`, and `ALT-C`) (bash, zsh, fish)
- - Fuzzy auto-completion (bash only)
+ - Fuzzy auto-completion (bash, zsh)
- Vim/Neovim plugin
You can [download fzf executable][bin] alone, but it's recommended that you
@@ -173,8 +173,8 @@ cat /usr/share/dict/words | fzf-tmux -l 20% --multi --reverse
It will still work even when you're not on tmux, silently ignoring `-[udlr]`
options, so you can invariably use `fzf-tmux` in your scripts.
-Fuzzy completion for bash
--------------------------
+Fuzzy completion for bash and zsh
+---------------------------------
#### Files and directories