summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@idaemons.org>2018-06-10 01:41:50 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2018-06-10 01:41:50 +0900
commitdaa1958f8602f91f6df6dac7a87c93da53aed5e4 (patch)
tree7bdf481a8f0424f7a86f7572fcb0a68f95285529 /README.md
parent2c26f02f5ce263820a339595517152b70ed63b80 (diff)
Provide an option to reverse items only (#1267)
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index e6a6dcaf..30578bac 100644
--- a/README.md
+++ b/README.md
@@ -223,8 +223,8 @@ cursor with `--height` option.
vim $(fzf --height 40%)
```
-Also check out `--reverse` option if you prefer "top-down" layout instead of
-the default "bottom-up" layout.
+Also check out `--reverse` and `--layout` options if you prefer
+"top-down" layout instead of the default "bottom-up" layout.
```sh
vim $(fzf --height 40% --reverse)
@@ -234,7 +234,7 @@ You can add these options to `$FZF_DEFAULT_OPTS` so that they're applied by
default. For example,
```sh
-export FZF_DEFAULT_OPTS='--height 40% --reverse --border'
+export FZF_DEFAULT_OPTS='--height 40% --layout=reverse --border'
```
#### Search syntax
@@ -272,7 +272,7 @@ or `py`.
- e.g. `export FZF_DEFAULT_COMMAND='fd --type f'`
- `FZF_DEFAULT_OPTS`
- Default options
- - e.g. `export FZF_DEFAULT_OPTS="--reverse --inline-info"`
+ - e.g. `export FZF_DEFAULT_OPTS="--layout=reverse --inline-info"`
#### Options