summaryrefslogtreecommitdiff
path: root/shell/key-bindings.zsh
AgeCommit message (Expand)Author
2025-10-12feat: Allow disabling Ctrl-R binding in shell integration (#4535)Jacobo de Vera
2025-10-09CTRL-R: Bind ALT-R to toggle-rawJunegunn Choi
2025-10-09Add '--bind ctrl-x:toggle-raw' to CTRL-R bindingsJunegunn Choi
2025-09-24Apply shfmt to bash script files (make fmt)Junegunn Choi
2025-09-24make lint: Perform bash script lintingJunegunn Choi
2025-07-25fix(shell): check for mawk existence before version check (#4468)LangLangBart
2025-06-08[bash,zsh] Separate common functions into "shell/common.sh"Koichi Murase
2025-06-08[bash,zsh] Work around Solaris awk, which is non-standardKoichi Murase
2025-06-08[bash,zsh] Work around a quirk of macOS awkKoichi Murase
2025-02-20[zsh/key-bindings] don't unescape FZF_DEFAULT_OPTS (addendum: #4262)Junegunn Choi
2025-01-28Enhance --min-height option to take number followed by +Junegunn Choi
2024-11-14revert(zsh): remove 'fc -RI' call in the history widget (#4093)LangLangBart
2024-11-12Fix zsh $+name syntax does not work with setopt ksh_arrays (#4084)林千里
2024-11-10Enhance command extraction in zsh completion (#4082)LangLangBart
2024-11-02fix(zsh): move 'fc -RI' inside command substitution (#4073)LangLangBart
2024-11-01fix(zsh): history loading with shared option (#4071)LangLangBart
2024-07-08Bind CTRL-/ and ALT-/ to toggle-wrap by defaultJunegunn Choi
2024-07-05[zsh] Fix backslash escaping (#3909)Junegunn Choi
2024-07-03fix(zsh): use the '=~' operator instead of grep (#3906)LangLangBart
2024-06-24fix zsh ${(@)history} syntax does not work with ksh_arrays (#3893)林千里
2024-06-20fix(zsh): add (s) modifier to perl command (#3882)LangLangBart
2024-06-13[zsh] Prevent glob expansion in history widget (#3855)Samara Jinnah
2024-05-31[zsh] Enhance CTRL-R to display multi-line entires (#3823)LangLangBart
2024-05-29[shell] Add --highlight-line to CTRL-R bindingsJunegunn Choi
2024-04-19Respect $FZF_DEFAULT_OPTS_FILE in key bindings and completion (#3742)Junegunn Choi
2024-04-17fix: Move 'emulate' command outside interactive check (#3736)LangLangBart
2024-04-10[shell] Revert interactiveness checks for evalJunegunn Choi
2024-03-31[shell] Make ALT-C use the absolute path to the selected directory (#3688)Emilio Vesprini
2024-03-17Make it possible to disable `Ctrl+T` / `Alt+C` / completions (#3678)Eli Barzilay
2024-03-13Add walker options and replace 'find' with the built-in walker (#3649)Junegunn Choi
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