m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 07:43:39 -05:00

Updated Configuring shell key bindings (markdown)

Junegunn Choi
2017-01-19 17:59:56 +09:00
parent 0ca9052b64
commit 307d64a34f

@@ -1,3 +1,19 @@
## Changing the layout
The key bindings use `--height` option to display fzf finder below your cursor, but it's configurable.
If you prefer to run fzf in full screen mode, add `--no-height` to your `$FZF_DEFAULT_OPTS` like follows:
```sh
export FZF_DEFAULT_OPTS='--no-height --no-reverse'
```
Or if you prefer to start in a tmux split pane, set `$FZF_TMUX` to `1`.
```sh
export FZF_TMUX=1
```
## `CTRL-T`
### Preview