summaryrefslogtreecommitdiffstats
path: root/shell
AgeCommit message (Expand)Author
2016-02-16Fix #494 - _fzf_complete hangs on zsh when not using tmux paneJunegunn Choi
2016-02-070.11.30.11.3Junegunn Choi
2016-01-29[completion] _fzf_complete_COMMAND_post for post processingJunegunn Choi
2016-01-20Make fuzzy completion customizable with _fzf_compgen_{path,dir}Junegunn Choi
2016-01-14[fish] Fix intermittent errors on CTRL-TJunegunn Choi
2015-12-28Fix autocompletion for absolute pathsKobe Lipkens
2015-12-29[bash/zsh-completion] List hidden files as wellJunegunn Choi
2015-12-25Pass FZF_DEFAULT_OPTS to non-interactive bash instanceKobe Lipkens
2015-12-11Dynamically select which __fzf_select__ to use for tmux with bash 4+.Chaoren Lin
2015-12-11Fix CTRL-T in tmux with non-standard configuration.Chaoren Lin
2015-11-18zsh: fzf-completion: use noshwordsplit local optionDaniel Hahler
2015-11-17zsh completion: use \grep to skip any aliasDaniel Hahler
2015-11-12[bash-completion] Fix #417 - Update command listJunegunn Choi
2015-11-09[zsh] Fix #404 - Escape $ in $LBUFFERJunegunn Choi
2015-11-08[shell] Add FZF_ALT_C_COMMAND for ALT-C (#408)Junegunn Choi
2015-11-06[bash-completion] Add nvim to f_cmdsLeandro Freitas
2015-11-05Not relying on exit status for CTRL-RJack Danger Canty
2015-11-04[zsh] fzf-history-widget - update local declarationJunegunn Choi
2015-11-03Make --extended defaultJunegunn Choi
2015-10-12[bash-completion] Retain original completion options (#288)Junegunn Choi
2015-10-05[completion] Revamp completion APIJunegunn Choi
2015-10-05[zsh-completion] Allow custom completion functionJunegunn Choi
2015-10-01Remove dependency on zsh/pcre moduleAustin Ziegler
2015-09-15Replace --header-file with --header (#346)Junegunn Choi
2015-09-01[zsh-completion] Temporarily unset shwordsplit (#328)Junegunn Choi
2015-08-30fix fish streamsMichaƂ Kalbarczyk
2015-07-26Add --margin optionJunegunn Choi
2015-07-23[bash] Update fzf option completionJunegunn Choi
2015-07-13[bash] Make CTRL-R work when histexpand is unset (#286)Junegunn Choi
2015-07-04Fix g++: possible retry loopEvgeny Vereshchagin
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-210.10.0Junegunn Choi
2015-06-21use vi-fetch-history on zsh to get history lineOliver Kiddle
2015-06-14Add support for search historyJunegunn Choi
2015-05-210.9.12Junegunn Choi
2015-05-20[bash] Ignore asterisk (modified) in historyJunegunn Choi
2015-05-20[zsh-completion] Fix #236 - zle redisplayJunegunn Choi
2015-05-13[bash] CTRL-R to use history-expand-lineJunegunn Choi
2015-05-12[zsh-completion] Respect backslash-escaped spaces (#230)Junegunn Choi
2015-05-11[zsh-completion] Do not overwrite $fzf_default_completionJunegunn Choi
2015-05-11[zsh-completion] Remember what ^I was originally bound to (#230)Junegunn Choi
2015-05-11[zsh/bash-completion] Avoid caret expansionJunegunn Choi
2015-05-11[zsh-completion] fzf-zsh-completion -> fzf-completionJunegunn Choi
2015-05-11[zsh-completion] Allow empty prefix & trigger sequence (#232)Junegunn Choi
2015-05-11[zsh-completion] Add comment clarifying trigger expansion. (#230)Tiziano Santoro
2015-05-11[zsh-completion] Allow specifying empty completion trigger. (#230)Tiziano Santoro
2015-05-11[bash-completion] Allow specifying empty completion trigger (#230)Junegunn Choi
2015-05-09fix typo in argument of headRobin Roth