summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-06-140.13.10.13.1Junegunn Choi
2016-06-14Do not process ANSI codes in --preview output at onceJunegunn Choi
Close #598
2016-06-12[shell] Add $FZF_CTRL_T_OPTS and $FZF_ALT_C_OPTSJunegunn Choi
Close #596
2016-06-12Merge pull request #595 from aykamko/speed-up-fzf-completionJunegunn Choi
Optimize fzf_default_completion binding
2016-06-11optimize fzf_default_completion bindingAleks Kamko
2016-06-120.13.00.13.0Junegunn Choi
2016-06-11Add --preview and --preview-windowJunegunn Choi
Close #587
2016-06-11Ignore controls chars for bracketed paste modeJunegunn Choi
Close #594
2016-06-10Merge pull request #593 from edi9999/masterJunegunn Choi
Add fzf_prefer_tmux option
2016-06-10Add fzf_prefer_tmux optionEdgar Hipp
2016-06-08Update test_execute_shell (#590)Junegunn Choi
2016-06-08Update test_execute_multi (#590)Junegunn Choi
2016-06-08Update test_execute (#590)Junegunn Choi
2016-06-08[bash/zsh] Fix $FZF_CTRL_R_OPTS with option values with spacesJunegunn Choi
2016-06-08[fzf-tmux] Escape $ in argumentsJunegunn Choi
e.g. fzf-tmux -q '$PATH' Related: #343
2016-06-08Use single-quoted strings in execute actionJunegunn Choi
Close #590
2016-06-03[vim/fzf-tmux] Handle fzf project directory with spacesJunegunn Choi
Close #583
2016-06-03Revert "Change tmux pane title for fzf splits"Junegunn Choi
This reverts commit f074709fc96291f9a7d41d1fda9d9193c92b57e0. Close #586. /cc @akashin
2016-06-02[vim] Use lcd instead of chdirJunegunn Choi
https://github.com/junegunn/fzf.vim/issues/147
2016-06-02[zsh] Fix indentationJunegunn Choi
2016-06-02Merge pull request #584 from jimbocoder/masterJunegunn Choi
Take SSH completion hints from known_hosts
2016-06-02[bash/zsh] Take SSH completion hints from known_hostsJim Howell
Signed-off-by: Junegunn Choi <junegunn.c@gmail.com>
2016-06-01Merge pull request #582 from akashin/masterJunegunn Choi
[fzf-tmux] Change tmux pane title for fzf splits
2016-06-01Change tmux pane title for fzf splitsAndrey Kashin
2016-05-29[bash] Use backticks to avoid delay with blink-matching-parenJunegunn Choi
Close #580
2016-05-26[zsh] Fix #579 - Locally unset globsubstJunegunn Choi
2016-05-190.12.20.12.2Junegunn Choi
2016-05-19Validate jump label charactersJunegunn Choi
Also extend default jump labels
2016-05-18Revert version numberJunegunn Choi
2016-05-18Do not match jump labels beyond the screen limitJunegunn Choi
2016-05-18Update default jump labelsJunegunn Choi
2016-05-18More named keys: F5 ~ F10, ALT-/Junegunn Choi
2016-05-18[make] Reduce the size of the binaries with `-ldflags -w`Junegunn Choi
Related: #555
2016-05-18Add jump and jump-accept actions for --bindJunegunn Choi
jump and jump-accept implement EasyMotion-like movement in fzf. Suggested by @mhrebenyuk. Close #569.
2016-05-17[install] go get -u github.com/junegunn/fzf/src/fzfJunegunn Choi
2016-05-15[fzf-tmux] Escape backslash in command-line argumentsJunegunn Choi
2016-05-13Add print-query action for --bindJunegunn Choi
Close #571
2016-05-13Fix typoJunegunn Choi
2016-05-13Allow alt-enter and alt-space for --bind (#571)Junegunn Choi
2016-05-11[fzf-tmux] Fix #562 - Check $TMUX instead of $TMUX_PANEJunegunn Choi
2016-05-11Fix flaky test case: test_executeJunegunn Choi
Should wait until execute action completes
2016-05-11Fix flaky test case: test_file_completion_unicodeJunegunn Choi
2016-05-11Fix flaky test case: test_ctrl_t_unicodeJunegunn Choi
The width of the pseudo-terminal on Travis CI environment can be small and cause the line to be wrapped.
2016-05-11Determine 256-color capability using tigetnum("colors")Junegunn Choi
Close #570
2016-05-09[install] Set a temporary GOPATHJunegunn Choi
2016-05-03Update READMEJunegunn Choi
Close #560, #561
2016-04-28[neovim] Fix issues with `enew` and `tabnew` layoutsJunegunn Choi
Related: #559
2016-04-26Update Makefile to allow build on i686 (#555)Junegunn Choi
2016-04-25Merge pull request #554 from gene-pavlovsky/patch-1Junegunn Choi
Fix missing reference to UNAME_M
2016-04-24Fix missing reference to UNAME_MGene Pavlovsky
The `Build on $(UNAME_M) is not supported, yet` message was referencing an undefined UNAME_M. Fixed that.