Skip to content

Commit

Permalink
Remove obsolete key binding section from readme
Browse files Browse the repository at this point in the history
I forgot to remove it in #172 when I overhauled the custom key binding mechanism. Also shortened the section on customize key binding.
  • Loading branch information
PatrickF1 committed Jun 12, 2021
1 parent 82da8ba commit d54c21a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@ fisher install PatrickF1/fzf.fish

### Customize key bindings

fzf.fish includes a convenient wrapper for configuring its key bindings. It is flexible, has no learning curve, and is thoroughly documented. See
`fzf.fish` includes a convenient wrapper for configuring its key bindings. It's flexible, has a short learning curve, and is thoroughly documented. See

```fish
fzf_configure_bindings --help
```

Play around with it--it's safe to repeatedly execute in the same fish session without residual bindings or other side effects. Once you're done, add the `fzf_configure_bindings` command that works for you to your `config.fish` in order to persist the bindings.
Once you've found the `fzf_configure_bindings` command that produces the desired bindings, add it to your `config.fish` in order to persist the bindings.

### Pass fzf options to all commands

Expand Down Expand Up @@ -156,10 +156,6 @@ To pass custom options to `fd` when it is executed to populate the list of files
set fzf_fd_opts --hidden --exclude=.git
```

### Change the key binding for a single command

See the [Cookbook][] Wiki page.

## Further reading

Find answers to these questions and more in the [project Wiki][wiki]:
Expand Down

0 comments on commit d54c21a

Please sign in to comment.