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.bash
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-08-19
[bash 3] Fix CTRL-T and ALT-C to preserve the last yank (#4496)
xty
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-01-28
Enhance --min-height option to take number followed by +
Junegunn Choi
2024-07-08
Bind CTRL-/ and ALT-/ to toggle-wrap by default
Junegunn Choi
2024-05-31
[bash] Indent multi-line history entries
Junegunn Choi
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-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
2023-10-11
[bash] Use `command` to “protect” further commands (#3462)
Christoph Anton Mitterer
2023-10-09
Improve interactiveness checks (#3449)
Christoph Anton Mitterer
2023-10-07
[bash] Improve mawk detection (#3463)
step
2023-09-27
[bash] CTRL-R on bash 3: Use backticks to avoid delay
Junegunn Choi
2023-09-24
[shell] don’t needlessly escape `.` in shell pattern
Christoph Anton Mitterer
2023-09-22
[bash] History, use perl if installed otherwise awk (#3313)
step
2023-09-19
[shell] Use --scheme=path when appropriate
Junegunn Choi
2023-08-18
[bash] Disable pipefail in command substitution
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-04-29
[bash] Make complex commands slightly more friendly to work with (#2784)
Jan Warchoł
2022-04-22
[shell] ALT-C: Use builtin cd to avoid conflicts (#2799)
Ajeet D'Souza
2022-04-06
[bash] Allow passing args to __fzf_select__ via fzf-file-widget (#2783)
Jan Warchoł
2021-11-19
[shell] Use cd -- (#2659)
zsugabubus
2021-08-15
use proper bash-style notation
a1346054
2021-01-01
[shell] Disable CTRL-Z
Junegunn Choi
2020-04-03
[fzf-tmux] Fall back to plain fzf when split failed
Junegunn Choi
2020-04-03
[fzf-tmux] Add option to start fzf in tmux popup window
Junegunn Choi
2020-03-29
[shell] Update CTRL-R to remove duplicate commands
Junegunn Choi
2020-03-13
[bash] Restore --nth option in CTRL-R
Junegunn Choi
2020-02-29
[bash] Fix --query argument of CTRL-R
Junegunn Choi
2020-02-28
[bash] Start C-r search with current command line (#1886)
Jack Bates
2020-02-24
[bash] Multiline C-r without histexpand (#1837)
Jack Bates
2020-02-23
[bash] Restore insertion point pre Bash 4 (#1881)
Jack Bates
2020-02-21
[bash] Put C-t items at point in vi mode (#1876)
Jack Bates
2020-01-08
[bash] Populate emacs and vi keymaps (#1815)
Jack Bates
2019-06-03
[bash] Make sure to execute builtin history
Junegunn Choi
2018-04-25
[bash] Add --sync to the default CTRL-R options
Junegunn Choi
2018-02-16
[bash] Fix CTRL-R to preserve the latest yank
Junegunn Choi
2017-12-07
[bash] Trigger redraw-current-line before history-expand-line
Junegunn Choi
2017-03-03
[shell] Enable sorting by default in CTRL-R
Junegunn Choi
[next]