summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2021-05-22Add 'unbind' actionJunegunn Choi
2021-03-12Add support for preview window headerJunegunn Choi
2021-03-07Fix GitHub Action buildJunegunn Choi
2021-03-07Add test cases for killing input command on terminate (#2381 #2382)yoshida.shinya
2021-02-28Don't exit fzf by SIGINT while executing command (#2375)bitterfox
2021-02-25Add select and deselect actionsJunegunn Choi
2021-02-02Add `close` actionJunegunn Choi
2021-02-01Fix toggle-preview-wrap actionJunegunn Choi
2021-01-13Migrate to GitHub ActionsJunegunn Choi
2021-01-03Make search toggleableJunegunn Choi
2020-12-30Update test case for 'first' and 'last'Junegunn Choi
2020-12-05Add --preview-window follow optionJunegunn Choi
2020-12-04Fix typo in test caseJunegunn Choi
2020-12-04Add change-prompt actionJunegunn Choi
2020-10-23Support ANSI escape sequence for clearing display in preview windowJunegunn Choi
2020-10-23Fix Travis CI buildJunegunn Choi
2020-10-23Fix test casesJunegunn Choi
2020-10-20Always show the number of selected entries to indicate if --multi is enabledJunegunn Choi
2020-08-02Ignore punctuation characters before and after preview offset columnJunegunn Choi
2020-07-28Smart match of accented charactersJunegunn Choi
2020-07-27Add preview window option for setting the initial scroll offsetJunegunn Choi
2020-06-21Add preview action for --bindJunegunn Choi
2020-06-07Add backward-eof event for --bindJunegunn Choi
2020-04-21Improve error messages (#1962)Jack Bates
2020-04-18Make flaky tests reliable (#1978)Jack Bates
2020-04-13[zsh-completion] Fix error with backslash-prefixed commandsJunegunn Choi
2020-04-13Run rubocop --auto-correct --disable-uncorrectable (#1967)Jack Bates
2020-04-03[fzf-tmux] Fall back to plain fzf when split failedJunegunn Choi
2020-04-03[fzf-tmux] Add option to start fzf in tmux popup windowJunegunn Choi
2020-03-29Fix failing test caseJunegunn Choi
2020-03-29[shell] Update CTRL-R to remove duplicate commandsJunegunn Choi
2020-03-24[zsh-completion] Fix a bug where _fzf_complete did not iterate through args (...Chitoku
2020-03-11Add --keep-right option to keep the right end of the line visibleJunegunn Choi
2020-03-11Fix completion testJunegunn Choi
2020-03-11Change custom fuzzy completion APIJunegunn Choi
2020-03-07Add retries to CTRL-R tests to avoid intermittent errors on Travis CIJunegunn Choi
2020-03-04Fix flaky test caseJunegunn Choi
2020-03-03Ignore xterm OSC control sequencesJunegunn Choi
2020-02-29[bash] Fix --query argument of CTRL-RJunegunn Choi
2020-02-28Test multi-line C-r (#1892)Jack Bates
2020-02-28[bash] Start C-r search with current command line (#1886)Jack Bates
2020-02-28Clean up test shell initializationJunegunn Choi
2020-02-28Use a more robust way to check if the shell is readyJunegunn Choi
2020-02-28Add backward-delete-char/eof action (#1891)James Wright
2020-02-21[bash] Put C-t items at point in vi mode (#1876)Jack Bates
2020-02-17Make pointer and multi-select marker customizable (#1844)Hiroki Konishi
2019-12-07Add clear-query and clear-selectionJunegunn Choi
2019-12-06Properly clear list when --header-lines not filled on reloadJunegunn Choi
2019-12-06'reload' action should be allowed even where there's no matchJunegunn Choi
2019-11-15Add --info=STYLE [default|inline|hidden]Junegunn Choi