mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-01 04:32:05 -07:00
Implement multi-select mode (#3)
This commit is contained in:
@@ -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
|
||||
-------------------
|
||||
|
||||
|
Reference in New Issue
Block a user