summaryrefslogtreecommitdiffstats
path: root/shell/key-bindings.zsh
AgeCommit message (Expand)Author
2017-01-26Use --bind instead of --toggle-sortJunegunn Choi
2017-01-21[zsh] Workaround trailing esacped space bug in go-shellwordsJunegunn Choi
2017-01-17[shell] Do not override --reverse in CTRL-RJunegunn Choi
2017-01-17[bash/zsh] Remove unused --reverse in CTRL-R bindingJunegunn Choi
2017-01-15[shell] Make layout configurable via $FZF_DEFAULT_OPTS and $FZF_{KEY}_OPTSJunegunn Choi
2017-01-08Add --height optionJunegunn Choi
2016-12-24[shell] Use '-mindepth 1' to omit root folder in 'find' output (#779)Pierre Neidhardt
2016-11-15[shell] Fix pruning condition of find command for CTRL-T and ALT-CJunegunn Choi
2016-07-11[zsh] Suppress error message when pipefail is not supportedJunegunn Choi
2016-07-05[zsh] Re-initialize zle when widgets finishSebastian Reuße
2016-06-16zsh: pass through exit code from widgetsDaniel Hahler
2016-06-12[shell] Add $FZF_CTRL_T_OPTS and $FZF_ALT_C_OPTSJunegunn Choi
2016-06-08[bash/zsh] Fix $FZF_CTRL_R_OPTS with option values with spacesJunegunn Choi
2016-05-26[zsh] Fix #579 - Locally unset globsubstJunegunn Choi
2016-04-25[zsh] Fix issues with unicode charactersJunegunn Choi
2016-03-23Fix FZF_CTRL_R_OPTS for zsh (#526)Junegunn Choi
2016-03-23Add $FZF_CTRL_R_OPTS for overriding the default options for CTRL-RJunegunn 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-05Not relying on exit status for CTRL-RJack Danger Canty
2015-11-04[zsh] fzf-history-widget - update local declarationJunegunn Choi
2015-10-01Remove dependency on zsh/pcre moduleAustin Ziegler
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-21use vi-fetch-history on zsh to get history lineOliver Kiddle
2015-05-09fix typo in argument of headRobin Roth
2015-04-23[zsh] Do not change LBUFFER on empty selection (CTRL-R)Junegunn Choi
2015-04-23[zsh] Temporarily unset no_bang_hist for CTRL-RJunegunn Choi
2015-04-22Fix broken FZF_TMUX switch and update test cases (#203)Junegunn Choi
2015-04-22Apply fzf-tmux to key bindings (#203)Junegunn Choi
2015-04-16Prepare for 0.9.9 releaseJunegunn Choi
2015-03-31Implement --toggle-sort option (#173)Junegunn Choi
2015-03-13Make sure to start tmux pane from the current directory (#143)Junegunn Choi
2015-03-13Refactor shell extensionsJunegunn Choi