summaryrefslogtreecommitdiffstats
path: root/man/man1
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-04-16 14:19:28 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-04-16 14:19:28 +0900
commitb8904a8c3e8f6d8c00c8d69b153c0d1897b1ade2 (patch)
tree7fd46744a6fd3d9f63657634d6d32a4ba09b140c /man/man1
parent48ab87294bb2df5ff32ff35a16231991a2e0887b (diff)
Add --tiebreak option for customizing sort criteria
Close #191
Diffstat (limited to 'man/man1')
-rw-r--r--man/man1/fzf.114
1 files changed, 14 insertions, 0 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index 0afa4cd9..ada03403 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -66,6 +66,20 @@ Reverse the order of the input
.RS
e.g. \fBhistory | fzf --tac --no-sort\fR
.RE
+.TP
+.BI "--tiebreak=" "STR"
+Sort criterion to use when the scores are tied
+.br
+.R ""
+.br
+.BR length " Prefers item with shorter length"
+.br
+.BR begin " Prefers item with matched substring closer to the beginning"
+.br
+.BR end " Prefers item with matched substring closer to the end""
+.br
+.BR index " Prefers item that appeared earlier in the input stream"
+.br
.SS Interface
.TP
.B "-m, --multi"