summaryrefslogtreecommitdiffstats
path: root/src/options_test.go
AgeCommit message (Expand)Author
2021-04-06Change --preview-window delimiter from : to , for consistencyJunegunn Choi
2021-03-13Advanced preview scroll offset expression to better support fixed headerJunegunn Choi
2021-02-28Check gofmt in `make test`Junegunn 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-10-25Add support for text styling using --colorJunegunn Choi
2020-10-11Add --preview-window=default for resetting the optionsJunegunn Choi
2020-10-09Add nowrap, nocycle, nohidden for --preview-windowJunegunn Choi
2020-10-09Reset preview window flags that are not style-relatedJunegunn Choi
2020-10-06Fix preview window size calculationJunegunn Choi
2020-02-17Make pointer and multi-select marker customizable (#1844)Hiroki Konishi
2019-11-21Allow action composition over multiple --bindJunegunn Choi
2019-11-21Fix parse error of --bind expressionJunegunn Choi
2018-03-13Make fzf pass go vetRyan Boehning
2017-08-27Make --expect additiveJunegunn Choi
2017-07-20Avoid unconditionally storsing input as runesJunegunn Choi
2017-04-28Add support for ctrl-alt-[a-z] key chordsJunegunn Choi
2017-01-22Composable actions in --bindJunegunn Choi
2016-12-05Truncate long lines in preview windowJunegunn Choi
2016-11-07Implement tcell-based rendererMichael Kelley
2016-11-07Prepare for termbox/windows buildJunegunn Choi
2016-10-21Set foreground color without affecting backgroundJunegunn Choi
2016-09-21Fix temp directory in a test caseJunegunn Choi
2016-08-14[perf] Avoid allocating rune array for ascii stringJunegunn Choi
2016-08-12:hidden property of previous --preview-window should be clearedJunegunn Choi
2016-05-13Allow alt-enter and alt-space for --bind (#571)Junegunn Choi
2016-02-18Minor refactoringJunegunn Choi
2015-11-03Make --extended defaultJunegunn Choi
2015-10-09Fix #370 - Panic when trying to set colors when colors are disabledJunegunn Choi
2015-08-11Fix --with-nth performance; use simpler regular expressionJunegunn Choi
2015-08-10Fix --with-nth performance; avoid regex if possibleJunegunn Choi
2015-07-16Fix #292 - Allow binding of colon and commaJunegunn Choi
2015-06-19Improve handling of key namesJunegunn Choi
2015-06-15Change alternative notation for execute action (#265)Junegunn Choi
2015-06-15Fix `.` to match newlines as well (#265)Junegunn Choi
2015-06-15Add alternative execute notation that does not require closing charJunegunn Choi
2015-06-15Add synonyms for some keys to be used with --bind and --toggle-sortJunegunn Choi
2015-06-14More alternative notations for execute actionJunegunn Choi
2015-06-14Add bind action for executing arbitrary command (#265)Junegunn Choi
2015-06-03Color customization (#245)Junegunn Choi
2015-05-21Custom key binding support (#238)Junegunn Choi
2015-03-31Implement --toggle-sort option (#173)Junegunn Choi
2015-03-29Implement --expect option to support simple key bindings (#163)Junegunn Choi
2015-01-23Nullify --nth option when it's irrelevantJunegunn Choi
2015-01-12LintJunegunn Choi
2015-01-04Rewrite fzf in GoJunegunn Choi