summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2014-01-30 02:51:30 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2014-01-30 02:51:30 +0900
commitd5fc03d867240277b6b8e7a9ab0745ceb7232b30 (patch)
tree18a6b47cf5c4c9b75a430a6960b4636541fba463
parentb0eca20dc20ff8e614947fa65a73e68f20c55c5a (diff)
Update README
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0faed388..aff96bd3 100644
--- a/README.md
+++ b/README.md
@@ -64,6 +64,7 @@ usage: fzf [options]
Environment variables
FZF_DEFAULT_COMMAND Default command to use when input is tty
FZF_DEFAULT_OPTS Defaults options. (e.g. "-x -m --sort 10000")
+ FZF_MOUSE_ENABLED Set to 0 to disable mouse
```
fzf will launch curses-based finder, read the list from STDIN, and write the
@@ -103,6 +104,9 @@ The following readline key bindings should also work as expected.
If you enable multi-select mode with `-m` option, you can select multiple items
with TAB or Shift-TAB key.
+You can also use mouse. Click on an item to select it or shift-click to select
+multiple items. Use mouse wheel to move the cursor up and down.
+
### Extended-search mode
With `-x` or `--extended` option, fzf will start in "extended-search mode".