mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 00:53:42 -05:00
Updated Configuring shell key bindings (markdown)
@@ -1,4 +1,4 @@
|
|||||||
## Changing the layout
|
## Changing the display mode
|
||||||
|
|
||||||
The key bindings use `--height 40%` option to display fzf finder below your cursor, but it's configurable.
|
The key bindings use `--height 40%` option to display fzf finder below your cursor, but it's configurable.
|
||||||
|
|
||||||
@@ -8,12 +8,6 @@ If you prefer to run fzf in full screen mode, add `--no-height` to your `$FZF_DE
|
|||||||
export FZF_DEFAULT_OPTS='--no-height --no-reverse'
|
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`
|
## `CTRL-T`
|
||||||
|
|
||||||
### Preview
|
### Preview
|
||||||
|
|||||||
Reference in New Issue
Block a user