index
:
fzf
v0.66.0-custom
Personal fork of fzf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
key-bindings.zsh
Age
Commit message (
Expand
)
Author
2025-10-12
feat: Allow disabling Ctrl-R binding in shell integration (#4535)
Jacobo de Vera
2025-10-09
CTRL-R: Bind ALT-R to toggle-raw
Junegunn Choi
2025-10-09
Add '--bind ctrl-x:toggle-raw' to CTRL-R bindings
Junegunn Choi
2025-09-24
Apply shfmt to bash script files (make fmt)
Junegunn Choi
2025-09-24
make lint: Perform bash script linting
Junegunn Choi
2025-07-25
fix(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-standard
Koichi Murase
2025-06-08
[bash,zsh] Work around a quirk of macOS awk
Koichi Murase
2025-02-20
[zsh/key-bindings] don't unescape FZF_DEFAULT_OPTS (addendum: #4262)
Junegunn Choi
2025-01-28
Enhance --min-height option to take number followed by +
Junegunn Choi
2024-11-14
revert(zsh): remove 'fc -RI' call in the history widget (#4093)
LangLangBart
2024-11-12
Fix zsh $+name syntax does not work with setopt ksh_arrays (#4084)
林千里
2024-11-10
Enhance command extraction in zsh completion (#4082)
LangLangBart
2024-11-02
fix(zsh): move 'fc -RI' inside command substitution (#4073)
LangLangBart
2024-11-01
fix(zsh): history loading with shared option (#4071)
LangLangBart
2024-07-08
Bind CTRL-/ and ALT-/ to toggle-wrap by default
Junegunn Choi
2024-07-05
[zsh] Fix backslash escaping (#3909)
Junegunn Choi
2024-07-03
fix(zsh): use the '=~' operator instead of grep (#3906)
LangLangBart
2024-06-24
fix zsh ${(@)history} syntax does not work with ksh_arrays (#3893)
林千里
2024-06-20
fix(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 bindings
Junegunn Choi
2024-04-19
Respect $FZF_DEFAULT_OPTS_FILE in key bindings and completion (#3742)
Junegunn Choi
2024-04-17
fix: Move 'emulate' command outside interactive check (#3736)
LangLangBart
2024-04-10
[shell] Revert interactiveness checks for eval
Junegunn Choi
2024-03-31
[shell] Make ALT-C use the absolute path to the selected directory (#3688)
Emilio Vesprini
2024-03-17
Make it possible to disable `Ctrl+T` / `Alt+C` / completions (#3678)
Eli Barzilay
2024-03-13
Add walker options and replace 'find' with the built-in walker (#3649)
Junegunn Choi
2024-01-20
[zsh] Handle '*' suffix in history line numbers
Junegunn 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-09
Improve interactiveness checks (#3449)
Christoph Anton Mitterer
2023-09-24
[shell] don’t needlessly escape `.` in shell pattern
Christoph Anton Mitterer
2023-09-19
[shell] Use --scheme=path when appropriate
Junegunn Choi
2022-10-16
[shell] Make bash/zsh completion and bindings work with 'set -u' (#2999)
John Fred Fadrigalan
2022-08-28
Add --scheme=[default|path|history] option to choose scoring scheme
Junegunn 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 viins
Junegunn 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-03
Revert "[zsh] Use shell redirection (#2281)"
Junegunn Choi
2021-01-01
[shell] Disable CTRL-Z
Junegunn Choi
2020-12-23
[zsh] Use shell redirection (#2281)
林千里
2020-12-09
Revert "[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
[next]