summaryrefslogtreecommitdiffstats
path: root/man/man1/fzf.1
AgeCommit message (Collapse)Author
2016-08-140.13.40.13.4Junegunn Choi
2016-07-160.13.30.13.3Junegunn 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.
2015-09-190.10.6Junegunn Choi
2015-09-15Replace --header-file with --header (#346)Junegunn Choi
and allow using --header and --header-lines at the same time. Close #346.
2015-09-12Update doc0.10.5Junegunn Choi
2015-09-120.10.5Junegunn Choi
2015-08-290.10.40.10.4Junegunn Choi
2015-08-120.10.30.10.3Junegunn Choi
2015-08-030.10.20.10.2Junegunn Choi
2015-07-270.10.10.10.1Junegunn Choi
2015-07-27Revert "0.10.1"Junegunn Choi
This reverts commit 6166e2dd805b4647dbf20facab71ba0745c1ec44.
2015-07-260.10.1Junegunn Choi
2015-07-26Add --margin optionJunegunn Choi
Close #299
2015-07-23Replace eof action with cancel (#289)Junegunn Choi
2015-07-23Update man pageJunegunn Choi
2015-07-23Bind CTRL-D to the new delete-char/eof actionJunegunn Choi
- CTRL-D - delete-char/eof - DEL - delete-char
2015-07-22Add "eof" action which closes the finder only when input is emptyJunegunn Choi
Close #289
2015-07-22Fix --header-lines unaffected by --with-nthJunegunn Choi
2015-07-22Add --header-lines optionJunegunn Choi
2015-07-22Update documentationJunegunn Choi
2015-07-22Add --header-file optionJunegunn Choi
2015-06-22Update documentation (#277)Junegunn Choi
2015-06-210.10.0Junegunn Choi
2015-06-030.9.130.9.13Junegunn Choi
2015-06-03Color customization (#245)Junegunn Choi
2015-05-21Update --helpJunegunn Choi
2015-05-21Add unbound "toggle" action for customizationJunegunn Choi