-
0.11.2
发布于
2016-01-16 12:16:06 +00:00 --tiebreaknow accepts comma-separated list of sort criteria- Each criterion should appear only once in the list
indexis only allowed at the end of the listindexis implicitly appended to the list when not specified- Default is
length(or equivalentlylength,index)
begincriterion will ignore leading whitespaces when calculating the index- Added
toggle-inandtoggle-outactions- Switch direction depending on
--reverse-ness export FZF_DEFAULT_OPTS="--bind tab:toggle-out,shift-tab:toggle-in"
- Switch direction depending on
- Reduced the initial delay when
--tacis not given- fzf defers the initial rendering of the screen up to 100ms if the input
stream is ongoing to prevent unnecessary redraw during the initial
phase. However, 100ms delay is quite noticeable and might give the
impression that fzf is not snappy enough. This commit reduces the
maximum delay down to 20ms when--tacis not specified, in which case
the input list quickly fills the entire screen.
- fzf defers the initial rendering of the screen up to 100ms if the input
下载附件