mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 08:13:40 -05:00
Updated Configuring shell key bindings (markdown)
@@ -13,7 +13,7 @@ export FZF_CTRL_T_OPTS="--preview '(highlight -O ansi -l {} 2> /dev/null || cat
|
|||||||
|
|
||||||
### Sorting and exact matching
|
### Sorting and exact matching
|
||||||
|
|
||||||
Sort is disabled by default to respect chronological ordering. You dynamically toggle sorting by pressing `CTRL-R` again, but if you like to enable sorting by default you can add `--sort` to `FZF_CTRL_R_OPTS`. Also, if you prefer to use exact matching, add `--exact`.
|
Sorting is disabled by default to respect chronological ordering. You dynamically toggle sorting by pressing `CTRL-R` again, but if you like to enable sorting by default you can add `--sort` to `FZF_CTRL_R_OPTS`. Also, if you prefer to use exact matching, add `--exact`.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
export FZF_CTRL_R_OPTS='--sort --exact'
|
export FZF_CTRL_R_OPTS='--sort --exact'
|
||||||
|
|||||||
Reference in New Issue
Block a user