summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-02-04 21:51:22 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-02-04 21:51:22 +0900
commit4b700192c1f07aa6ba8d0ed7cb9c1b1dcb6f7ddb (patch)
tree611efbf17b9b8e0f71a2d2d68992d3efc9a0378b /README.md
parentfe83589ade42e1d6c24b792ec0fa303f07e953e1 (diff)
Add --border option to draw horizontal lines above and below the finder
Goes well with --height
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 303ca4cd..c016de49 100644
--- a/README.md
+++ b/README.md
@@ -141,10 +141,10 @@ vim $(fzf --height 40% --reverse)
```
You can add these options to `$FZF_DEFAULT_OPTS` so that they're applied by
-default.
+default. For example,
```sh
-export FZF_DEFAULT_OPTS='--height 40% --reverse'
+export FZF_DEFAULT_OPTS='--height 40% --reverse --border'
```
#### Search syntax