summaryrefslogtreecommitdiffstats
path: root/shell/key-bindings.zsh
AgeCommit message (Expand)Author
2021-02-03[zsh] Don't run precmd hooks in cd widget (#2340)Marlon Richert
2021-01-03Revert "[zsh] Use shell redirection (#2281)"Junegunn Choi
2021-01-01[shell] Disable CTRL-ZJunegunn Choi
2020-12-23[zsh] Use shell redirection (#2281)林千里
2020-12-09Revert "[zsh] Reload shared history before searching (#2251)"Junegunn Choi
2020-12-05[zsh] Reload shared history before searching (#2251)Martin Polden
2020-11-25[zsh] Declare variable as local before assignment (#2266)ratijas
2020-10-03[zsh] Keep current $BUFFER on ALT-CJunegunn Choi
2020-10-02[zsh] Record cd execution in history (#2193)octaltree
2020-09-02[zsh] Fix the regular expression (#2140)Yuji Nakao
2020-05-23Revert file mode of key-bindings.zshJunegunn Choi
2020-04-24[zsh] Make CTRL-R work with older Perls (#2003)Slaven Rezić
2020-04-03[fzf-tmux] Fall back to plain fzf when split failedJunegunn Choi
2020-04-03[fzf-tmux] Add option to start fzf in tmux popup windowJunegunn Choi
2020-03-30[zsh] Ensure that fzf code always parses the same way (#1944)Roman Perepelitsa
2020-03-29[shell] Update CTRL-R to remove duplicate commandsJunegunn Choi
2019-12-01[zsh] Prevent the current directory from appearing as `~dir` in prompts (#1774)midchildan
2019-10-17[zsh] Suppress global alias expansion in widget functionsJunegunn Choi
2018-10-05[zsh] Fix multiline prompt issue with 'zle reset-prompt' (#1397)Paul Frybarger
2017-11-14[zsh] Fire zsh precmd functions after cd (#1136)Aaron Jensen
2017-10-20[zsh] Use fc -r instead of fzf --tac to speed up loadtime (#1097)Daniel Schaffrath
2017-10-10Don't do shell quoting for weird chars (#1079)Ionel Cristian Mărieș
2017-03-03[zsh] Use setopt noposixbuiltins instead of emulate -L zshJunegunn Choi
2017-03-03Revert "[zsh] emulate -L zsh to avoid issues with incompatible options"Junegunn Choi
2017-03-03[shell] Enable sorting by default in CTRL-RJunegunn Choi
2017-03-01[zsh] emulate -L zsh to avoid issues with incompatible optionsJunegunn Choi
2017-02-19Exclude sysfs in find commandsJunegunn Choi
2017-02-16[shell] Replace `sed` with `-mindepth 1` and `cut` (#844)Pierre Neidhardt
2017-02-09[zsh] Do not cd when cancelling alt+c keybind (#840)Daniel Gray
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