From 159eee8f62a6a6115e128a058c55cc64f20817d4 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 9 Oct 2016 04:14:09 +0900 Subject: [PATCH] Updated Configuring shell key bindings (markdown) --- Configuring-shell-key-bindings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuring-shell-key-bindings.md b/Configuring-shell-key-bindings.md index adfdd9a..46dc1b1 100644 --- a/Configuring-shell-key-bindings.md +++ b/Configuring-shell-key-bindings.md @@ -13,7 +13,7 @@ export FZF_CTRL_T_OPTS="--preview '(highlight -O ansi -l {} 2> /dev/null || cat ### 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 export FZF_CTRL_R_OPTS='--sort --exact'