Implement multi-select mode (#3)

This commit is contained in:
Junegunn Choi
2013-11-10 03:56:18 +09:00
parent 11a1010e9e
commit ddf6e5ef1e
3 changed files with 44 additions and 12 deletions

View File

@@ -71,6 +71,7 @@ Usage
```
usage: fzf [options]
-m, --multi Enable multi-select
-s, --sort=MAX Maximum number of matched items to sort. Default: 500
+s, --no-sort Keep the sequence unchanged.
+i Case-sensitive match
@@ -110,6 +111,9 @@ The following readline key bindings should also work as expected.
- CTRL-B / CTRL-F
- CTRL-W / CTRL-U
If you enable multi-select mode with `-m` option, you can select multiple items
with TAB key.
Usage as Vim plugin
-------------------