From daa1958f8602f91f6df6dac7a87c93da53aed5e4 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sun, 10 Jun 2018 01:41:50 +0900 Subject: Provide an option to reverse items only (#1267) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3