summaryrefslogtreecommitdiffstats
path: root/src/options.go
AgeCommit message (Expand)Author
2022-12-09Add color name 'preview-label' (#3053)Junegunn Choi
2022-11-29Make 'double-click' behave the same as 'enter' by defaultJunegunn Choi
2022-11-10Add --separator to customize the info separatorJunegunn Choi
2022-11-06Add --border=[bold|double] and --preview-window=border-[bold|double]Junegunn Choi
2022-11-01Allow putting border label on the bottom lineJunegunn Choi
2022-11-01Add --preview-label and --preview-label-posJunegunn Choi
2022-11-01Add horizontal separator after info panel (counter)Junegunn Choi
2022-11-01Add --border-label and --border-label-posJunegunn Choi
2022-10-27Add 'start' event that is triggered once when fzf finder startsJunegunn Choi
2022-09-28Implement height range (--height ~[VALUE][%])Junegunn Choi
2022-08-28Add --scheme=[default|path|history] option to choose scoring schemeJunegunn Choi
2022-08-26Add support for ANSI strike-through (#2932)Emil Vanherp
2022-08-20Support border-{up,down} as the synonyms for border-{top,bottom}Junegunn Choi
2022-08-08Allow specifying fzf options in $FZF_TMUX_OPTS without '--'Junegunn Choi
2022-08-02Add new tiebreak: 'chunk'Junegunn Choi
2022-08-02Allow "--version" to be used as the argument to --query, --header, et al.Junegunn Choi
2022-07-21Do not validate other options when --version is presentJunegunn Choi
2022-07-21Lift unicode.IsGraphic constraint for pointer, marker, and ellipsisJunegunn Choi
2022-07-20Fix failing test caseJunegunn Choi
2022-07-20Add support for an alternative preview window layoutJunegunn Choi
2022-04-04Add `rebind` action for restoring bindings after `unbind`Junegunn Choi
2022-03-29Add --ellipsis=.. optionJunegunn Choi
2021-12-05change-preview-window to take multiple option sets separated by '|'Junegunn Choi
2021-11-30Implement change-preview and change-preview-window actionsJunegunn Choi
2021-11-04Add 'put' action for putting the character to the promptJunegunn Choi
2021-11-03Add --header-first option to display header before prompt lineJunegunn Choi
2021-11-02Implement --scroll-off=LINESJunegunn Choi
2021-09-29Do not check for --height support on --versionJunegunn Choi
2021-05-26Allow specifying 16 base ANSI colors by their namesJunegunn Choi
2021-05-22Add 'unbind' actionJunegunn Choi
2021-05-14Replace RuneWidth to StringWidth to handle grapheme clustersJunegunn Choi
2021-04-06Change --preview-window delimiter from : to , for consistencyJunegunn Choi
2021-04-06More border optins for preview windowJunegunn Choi
2021-03-13Advanced preview scroll offset expression to better support fixed headerJunegunn Choi
2021-03-12Add support for preview window headerJunegunn Choi
2021-02-25Add select and deselect actionsJunegunn Choi
2021-02-02Add `close` actionJunegunn Choi
2021-01-03Use more explicit int-to-string conversion.Elliott Sales de Andrade
2021-01-03Make search toggleableJunegunn Choi
2020-12-31Add preview-top and preview-bottom actionsJunegunn Choi
2020-12-31Fix alt-, for --expectJunegunn Choi
2020-12-30Extend support for alt key chordsJunegunn Choi
2020-12-30Add "last" action to move the cursor to the last matchJunegunn Choi
2020-12-07Make --color attributes mergeableJunegunn Choi
2020-12-05Add --preview-window follow optionJunegunn Choi
2020-12-04Add change-prompt actionJunegunn Choi
2020-11-24Fix handling of arrow keys with alt and/or shift modifierJunegunn Choi
2020-11-09Add --padding optionJunegunn Choi
2020-10-29Fix nil error on --color=bwJunegunn Choi
2020-10-26Add more --border optionsJunegunn Choi