summaryrefslogtreecommitdiff
path: root/src/options.go
AgeCommit message (Expand)Author
2025-01-25Add 'bell' action to ring the terminal bellJunegunn Choi
2025-01-24Option to prioritize file name matches (#4192)Junegunn Choi
2025-01-23Add --header-lines-border to separate two headersJunegunn Choi
2025-01-20Make 'current-fg' inherit from 'fg' to simplify configurationJunegunn Choi
2025-01-18Add 'gap-line' color for the horizontal line on each gapJunegunn Choi
2025-01-17Allow setting border styles at once with --style full:STYLEJunegunn Choi
2025-01-16Allow displaying --nth parts in a different text styleJunegunn Choi
2025-01-15Add --gap-line to --help output and man pageJunegunn Choi
2025-01-15Add gap lineJunegunn Choi
2025-01-13Add change-nth actionJunegunn Choi
2025-01-12Treat a single-character delimiter as a plain string delimiterJunegunn Choi
2025-01-11Refactor --preview-border=lineJunegunn Choi
2025-01-11Fix preview scrollbar with '--preview-window bottom,border-line'Junegunn Choi
2025-01-07Refactor option parserJunegunn Choi
2025-01-07Update man page sectionsJunegunn Choi
2025-01-06Restructure --help outputJunegunn Choi
2025-01-06Add style presets: --style=[default|minimal|full]Junegunn Choi
2025-01-06Add preview border style 'line'Junegunn Choi
2025-01-05Border around the header sectionJunegunn Choi
2025-01-04Fix '--tmux border-native'Junegunn Choi
2025-01-04Add `border-native` option to `--tmux` flag (#4157)Andreas Auernhammer
2025-01-02Update --help outputJunegunn Choi
2025-01-02Border around the input section (prompt + info)Junegunn Choi
2024-12-31Add missing --list-border=* parserJunegunn Choi
2024-12-31Add --list-border for additional border around the list sectionJunegunn Choi
2024-12-19Add toggle-hscrollJunegunn Choi
2024-12-19Add toggle-multi-line actionJunegunn Choi
2024-12-12Respect the properties of the currently active preview window optionsJunegunn Choi
2024-11-25Allow walking multiple root directories (#4109)msabathier
2024-11-04Allow specifying '{n}' as the OFFSET in the preview-window flag (#4079)jaydee-coder
2024-10-01Add --gap option to put empty lines between itemsJunegunn Choi
2024-09-12Redraw/hide scroll offset when 'info' property is changedJunegunn Choi
2024-09-12Add 'noinfo' option to hide scroll offset information in preview windowJunegunn Choi
2024-08-27Change default --ellipsis to 'ยทยท'Junegunn Choi
2024-08-13Allow comments in $FZF_DEFAULT_OPTS and $FZF_DEFAULT_OPTS_FILEJunegunn Choi
2024-07-27Fix incompatibility of adaptive height and 'start:reload'Junegunn Choi
2024-07-05Remove --walker-path-sepJunegunn Choi
2024-06-29Add --walker-path-sep=CHAR to use a different path separatorJunegunn Choi
2024-06-25Empty --marker-multi-line if --marker is emptyJunegunn Choi
2024-06-25Add --wrap option and 'toggle-wrap' action (#3887)Junegunn Choi
2024-06-24Do not start the initial reader if 'reload*' is bound to 'start'Junegunn Choi
2024-06-20Allow empty pointer and markerJunegunn Choi
2024-06-20Add --info-command for customizing the input textJunegunn Choi
2024-06-17Add 'offset-middle' actionJunegunn Choi
2024-06-04Add --tail=NUM to limit the number of items to keep in memoryJunegunn Choi
2024-06-01--tmux vs. --height: Last one winsJunegunn Choi
2024-06-01Ignore --height option if it's not supported on the platformJunegunn Choi
2024-05-31Fix error message on invalid --tmux optionJunegunn Choi
2024-05-29Make --tmux argument optionalJunegunn Choi
2024-05-28[vim] Native --tmux fix for NeovimJunegunn Choi