summaryrefslogtreecommitdiffstats
path: root/shell/key-bindings.zsh
AgeCommit message (Expand)Author
2024-01-20[zsh] Handle '*' suffix in history line numbersJunegunn Choi
2024-01-05[zsh] Make CTRL-R compatible with accept-or-print-query (#3557)danztran
2023-10-14[zsh] Fix 'emulate: unknown argument -o' error on old zsh (#3465)LangLangBart
2023-10-09Improve interactiveness checks (#3449)Christoph Anton Mitterer
2023-09-24[shell] don’t needlessly escape `.` in shell patternChristoph Anton Mitterer
2023-09-19[shell] Use --scheme=path when appropriateJunegunn Choi
2022-10-16[shell] Make bash/zsh completion and bindings work with 'set -u' (#2999)John Fred Fadrigalan
2022-08-28Add --scheme=[default|path|history] option to choose scoring schemeJunegunn Choi
2022-08-02[zsh] Make awk regex compatible with both GNU and macOS (#2906)kissge
2022-07-20[zsh] Replace perl with awk (#2777)Jakub Jirutka
2022-04-22[shell] ALT-C: Use builtin cd to avoid conflicts (#2799)Ajeet D'Souza
2022-02-23[zsh] Set up bindings for all three keymaps: emacs, vicmd, and viinsJunegunn Choi
2021-11-19[shell] Use cd -- (#2659)zsugabubus
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