summaryrefslogtreecommitdiffstats
path: root/man
AgeCommit message (Collapse)Author
2017-01-22Composable actions in --bindJunegunn Choi
Close #816
2017-01-160.16.10.16.1Junegunn Choi
2017-01-16Add half-page-{up,down} actions (#784)Amos Bird
2017-01-160.16.0Junegunn Choi
2017-01-15Add --filepath-word optionJunegunn Choi
Close #802
2017-01-15Replace --normalize with --literal and enable normalization by defaultJunegunn Choi
Ref #790
2017-01-10Add experimental support for 24-bit colorsJunegunn Choi
2017-01-10Add --min-height option for percent --heightJunegunn Choi
2017-01-09Add --normalize option to normalize latin script charactersJunegunn Choi
Close #790
2017-01-08Prepare for 0.16.0 releaseJunegunn Choi
2017-01-08Add --height optionJunegunn Choi
2016-11-260.15.90.15.9Junegunn Choi
2016-11-190.15.80.15.8Junegunn Choi
2016-11-090.15.70.15.7Junegunn Choi
2016-11-090.15.60.15.6Junegunn Choi
2016-10-230.15.50.15.5Junegunn Choi
2016-10-040.15.40.15.4Junegunn Choi
2016-09-290.15.30.15.3Junegunn Choi
2016-09-26Update man page: missing actionsJunegunn Choi
2016-09-250.15.20.15.2Junegunn Choi
2016-09-210.15.10.15.1Junegunn Choi
2016-09-19Add --print0 option0.15.0Junegunn Choi
Related: #660
2016-09-18Revise ranking algorithmJunegunn Choi
2016-08-210.13.50.13.5Junegunn Choi
2016-08-140.13.40.13.4Junegunn Choi
2016-07-160.13.30.13.3Junegunn Choi
2016-07-10[fzf-tmux] Add man pageJunegunn Choi
2016-06-160.13.20.13.2Junegunn Choi
2016-06-140.13.10.13.1Junegunn Choi
2016-06-120.13.00.13.0Junegunn Choi
2016-05-190.12.20.12.2Junegunn Choi
2016-04-250.12.10.12.1Junegunn Choi
2016-04-160.11.2Junegunn Choi
2016-03-02Add --hscroll-off=COL optionJunegunn Choi
Close #513
2016-02-26[man] Fix invalid exit status in man pageJunegunn Choi
Close #511
2016-02-11Removed the useless `.R` macrosAnmol Sethi
If you do `man fzf > /dev/null`, you'll get the following output `R' is a string (producing the registered sign), not a macro. `R' is a string (producing the registered sign), not a macro. `R' is a string (producing the registered sign), not a macro. `R' is a string (producing the registered sign), not a macro. `R' is a string (producing the registered sign), not a macro. `R' is a string (producing the registered sign), not a macro. Removing these `.R` macros with a newline seems to have no effect on the page but gets rid of the error.
2016-02-070.11.30.11.3Junegunn Choi
2016-01-14Add toggle-in and toggle-out for --bindJunegunn Choi
Related: #452 When `--multi` is set, tab key will bring your cursor down, and shift-tab up. But since fzf by default draws the screen in bottom-up fashion, one may feel that the opposite of the behavior is more desirable and choose to customize the key bindings as follows. export FZF_DEFAULT_OPTS="--bind tab:toggle-up,shift-tab:toggle-down" This configuration, however, becomes no longer straightforward when `--reverse` is set and fzf switches to top-down layout. To address the requirement, this commit adds `toggle-in` and `toggle-out` option which switch direction depending on `--reverse`-ness. export FZF_DEFAULT_OPTS="--bind tab:toggle-out,shift-tab:toggle-in"
2016-01-13Accept comma-separated list of sort criteriaJunegunn Choi
2016-01-13Update license: 2016Junegunn Choi
2015-12-010.11.10.11.1Junegunn Choi
2015-11-100.11.00.11.0Junegunn Choi
2015-11-09Add OR operatorJunegunn Choi
Close #412
2015-11-09Add execute-multi actionJunegunn Choi
Close #413
2015-11-03Make --extended defaultJunegunn Choi
Close #400
2015-11-03[man] double-click for --bind (#374)Junegunn Choi
2015-10-090.10.80.10.8Junegunn Choi
2015-10-050.10.70.10.7Junegunn Choi
2015-09-19Revert "Revert "0.10.6""Junegunn Choi
This reverts commit 987799f8fbd2367fe99383a1ddf9ddf5d4ed253f.
2015-09-19Revert "0.10.6"Junegunn Choi
This reverts commit d2f3604c1dd176b485ab82cebc956560f2e73657.