summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-08-02Update CHANGELOG - 0.10.2Junegunn Choi
2015-08-02Performance fix - unnecessary rune convertion on --ansiJunegunn Choi
2015-08-02Performance tuning - eager rune array conversionJunegunn Choi
2015-08-02LintJunegunn Choi
2015-08-01Only consider the lengths of the relevant parts when --nth is setJunegunn Choi
2015-08-01Fix default command so that it doesn't fail on dash-prefixed filesJunegunn Choi
2015-07-29[vim] Temporarily disable &autochdir when opening files (#306)Junegunn Choi
2015-07-28Do not proceed if $TERM is invalidJunegunn Choi
2015-07-28[fzf-tmux] Ensure that the same $TERM value is used in splitJunegunn Choi
2015-07-28No need to "tmux list-panes" when obviously not on tmux (#303)Junegunn Choi
2015-07-28Always check if the pane is zoomedJunegunn Choi
2015-07-28Do not use tmux pane if the current pane is zoomedJunegunn Choi
2015-07-270.10.10.10.1Junegunn Choi
2015-07-27Fix mouse scroll when --margin is setJunegunn Choi
2015-07-27Revert "0.10.1"Junegunn Choi
2015-07-260.10.1Junegunn Choi
2015-07-26Add --margin optionJunegunn Choi
2015-07-26Do not print the entire --help on invalid optionJunegunn Choi
2015-07-23Replace eof action with cancel (#289)Junegunn Choi
2015-07-23Update man pageJunegunn Choi
2015-07-23[bash] Update fzf option completionJunegunn Choi
2015-07-23Bind CTRL-D to the new delete-char/eof actionJunegunn Choi
2015-07-22Add "eof" action which closes the finder only when input is emptyJunegunn Choi
2015-07-22Remove cbreak before rawJunegunn Choi
2015-07-22Fix --header-lines unaffected by --with-nthJunegunn Choi
2015-07-22Fix header not shown when the lines go beyond the screen limitJunegunn Choi
2015-07-22Update CHANGELOGJunegunn Choi
2015-07-22Fix ANSI processor to handle multi-line regionsJunegunn Choi
2015-07-22Add test cases for header and fix corner casesJunegunn Choi
2015-07-22Add --header-lines optionJunegunn Choi
2015-07-22Adjust header color for dark color schemeJunegunn Choi
2015-07-22Update documentationJunegunn Choi
2015-07-22Redraw of header on resizeJunegunn Choi
2015-07-22Add --header-file optionJunegunn Choi
2015-07-18Show more specific error message on invalid bindingJunegunn Choi
2015-07-16Fix #292 - Allow binding of colon and commaJunegunn Choi
2015-07-13Fix travis CI buildJunegunn Choi
2015-07-13[bash] Make CTRL-R work when histexpand is unset (#286)Junegunn Choi
2015-07-04Merge pull request #285 from evverx/possible-retry-loopJunegunn Choi
2015-07-04Fix g++: possible retry loopEvgeny Vereshchagin
2015-06-30Update README - how to use `ag` with CTRL-TJunegunn Choi
2015-06-27[neovim] Fix #281 - Properly close window with winnr 1Junegunn Choi
2015-06-26[shell] Add FZF_CTRL_T_COMMAND for CTRL-TJunegunn Choi
2015-06-26[zsh] No need to define __fsel in non-interactive shellJunegunn Choi
2015-06-25[bash] Use `command \find` for ALT-CJunegunn Choi
2015-06-22Update documentation (#277)Junegunn Choi
2015-06-21[neovim] Fix error with {'window': 'enew'} (#274)0.10.0Junegunn Choi
2015-06-210.10.0Junegunn Choi
2015-06-21Rename --null to --read0 and undocument the optionJunegunn Choi
2015-06-21Merge pull request #272 from okapia/zsh-simplifyJunegunn Choi