Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickF1 committed Jun 11, 2021
1 parent b9e881c commit bc35d42
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,15 @@ fisher install PatrickF1/fzf.fish

## Configuration

### Customize the key bindings
### Customize key bindings

fzf.fish includes a convenient wrapper for configuring its key bindings. It is flexible and effortless to use. Run `fzf_configure_bindings --help` to read its docs.
fzf.fish includes a convenient wrapper for configuring its key bindings. It is flexible and effortless to use. Run

```fish
fzf_configure_bindings --help
```

to read its docs.

### Pass fzf options to all commands

Expand Down Expand Up @@ -140,7 +146,7 @@ The search directory feature, by default, uses `ls` to preview the contents of d
set fzf_preview_dir_cmd exa --all --color=always
```

As above, do not specify a target path in the command, as `fzf.fish` will [prepend the directory][custom preview command] to preview to the command itself.
As above, do not specify a target path in the command. `fzf.fish` will [prepend the directory][custom preview command] to preview to the command itself.

### Change the files searched

Expand Down

0 comments on commit bc35d42

Please sign in to comment.