summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-01-31Update documentationJunegunn Choi
2017-01-300.16.30.16.3Junegunn Choi
2017-01-30[vim] g:fzf_prefer_tmux for choosing fzf-tmux over --heightJunegunn Choi
https://github.com/junegunn/fzf.vim/issues/296
2017-01-30Update man pagesJunegunn Choi
2017-01-30Fix display issues with execute actionJunegunn Choi
- Move cursor to the top-left corner when starting a command in alternate screen - Fix cursor position when returning to alternate screen when fzf is running in full screen mode
2017-01-28Add support for ctrl-space keyJunegunn Choi
Close #825
2017-01-27Add execute-silent actionJunegunn Choi
Close #823
2017-01-27Extend placeholder expression for multiple selectionsJunegunn Choi
Close #788
2017-01-26Use --bind instead of --toggle-sortJunegunn Choi
Related #822
2017-01-26Merge branch 'devel'Junegunn Choi
2017-01-26Add --read0 and --print0 to --help outputJunegunn Choi
Close #822
2017-01-25[fish] Add toggle-sort back to CTRL-R (#759)Junegunn Choi
2017-01-25Recalculate the width of trimmed lineJunegunn Choi
Close #821
2017-01-240.16.20.16.2Junegunn Choi
2017-01-24Allow invisible preview window (--preview-window 0)Junegunn Choi
Close #820
2017-01-23Delete every line below the cursorJunegunn Choi
2017-01-23Minor refactoringJunegunn Choi
2017-01-23Cursor postition response can be preceded by user key strokesJunegunn Choi
2017-01-23Disable mouse if failed to query cursor positionJunegunn Choi
2017-01-23Fix make deps to see the right git dirJunegunn Choi
2017-01-22Allow build on OpenBSD/FreeBSD/AndroidJunegunn Choi
Close #497
2017-01-22Update release script to upload assets in parallelJunegunn Choi
2017-01-22Update man page: 24-bit colorJunegunn Choi
2017-01-22Fix bug where screen is not properly cleared on toggle-previewJunegunn Choi
2017-01-22Remove unnecesasry test caseJunegunn Choi
2017-01-22[vim] Use 24-bit colors if termguicolors is setJunegunn Choi
2017-01-22Drop ncurses dependencyJunegunn Choi
Close #818
2017-01-22Use alternate screen if --height needs the entire screenJunegunn Choi
- Remove unnecessary scrolling - Allow us to use `--height 100%` under Neovim terminal for 24-bit colors Related: - #789 - https://github.com/neovim/neovim/issues/4151
2017-01-22Clear lines even when background color is not setJunegunn Choi
Also revert the workaround in Vim plugin introduced in fa7c897. Related: #814
2017-01-22Merge branch 'master' into develJunegunn Choi
2017-01-22[vim] tput el to clear the last lineJunegunn Choi
Close #814 Not grouping commands to avoid errors on non-standard shells.
2017-01-22make depsJunegunn Choi
2017-01-22Composable actions in --bindJunegunn Choi
Close #816
2017-01-21Fix flakiesJunegunn Choi
2017-01-21[zsh] Workaround trailing esacped space bug in go-shellwordsJunegunn Choi
https://github.com/mattn/go-shellwords/issues/3 Close #812
2017-01-17[shell] Do not override --reverse in CTRL-RJunegunn Choi
Close #807
2017-01-17[bash/zsh] Remove unused --reverse in CTRL-R bindingJunegunn Choi
Related #807
2017-01-160.16.10.16.1Junegunn Choi
2017-01-16Propertly fill window with background colorJunegunn Choi
Close #805
2017-01-16Add -L flag to the default find commandJunegunn Choi
Close #781
2017-01-16Add half-page-{up,down} actions (#784)Amos Bird
2017-01-16Merge pull request #794 from junegunn/devel0.16.0Junegunn Choi
0.16.0
2017-01-160.16.0Junegunn Choi
2017-01-16Optimize LightRenderer for slow terminalsJunegunn Choi
2017-01-15[completion] Restore --height option for kill completionJunegunn Choi
2017-01-15Add --filepath-word optionJunegunn Choi
Close #802
2017-01-15[shell] Make layout configurable via $FZF_DEFAULT_OPTS and $FZF_{KEY}_OPTSJunegunn Choi
2017-01-15[completion] Add preview window to kill completionJunegunn Choi
2017-01-15Replace --normalize with --literal and enable normalization by defaultJunegunn Choi
Ref #790
2017-01-15Use crypto/ssh/terminal instead of external stty commandJunegunn Choi