summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-03-03 12:20:01 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-03-03 12:20:01 +0900
commitc387689d1cd45f0d8eb122fe95ee72ccc61d3bff (patch)
treef5b8064272d8f91bb0c498c0ae4be854440a8b6b /README.md
parentcb9238dc4ee6ee8c9d25fa0c1f6d731b379de9b1 (diff)
[shell] Enable sorting by default in CTRL-R
CTRL-R binding used to start with --no-sort to list the matched commands in chronological order. However, it has been a constant source of confusion. Let's enable it by default from now on. The sorted result shouldn't be too confusing as we use --tiebreak=index.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c016de49..b9f9ce38 100644
--- a/README.md
+++ b/README.md
@@ -230,8 +230,8 @@ fish.
- Set `FZF_CTRL_T_COMMAND` to override the default command
- Set `FZF_CTRL_T_OPTS` to pass additional options
- `CTRL-R` - Paste the selected command from history onto the command line
- - Sort is disabled by default to respect chronological ordering
- - Press `CTRL-R` again to toggle sort
+ - If you want to see the commands in chronological order, press `CTRL-R`
+ again which toggles sorting by relevance
- Set `FZF_CTRL_R_OPTS` to pass additional options
- `ALT-C` - cd into the selected directory
- Set `FZF_ALT_C_COMMAND` to override the default command