summaryrefslogtreecommitdiffstats
path: root/shell/key-bindings.bash
AgeCommit message (Expand)Author
2024-04-19Respect $FZF_DEFAULT_OPTS_FILE in key bindings and completion (#3742)Junegunn Choi
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
2023-10-11[bash] Use `command` to “protect” further commands (#3462)Christoph Anton Mitterer
2023-10-09Improve 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 delayJunegunn Choi
2023-09-24[shell] don’t needlessly escape `.` in shell patternChristoph Anton Mitterer
2023-09-22[bash] History, use perl if installed otherwise awk (#3313)step
2023-09-19[shell] Use --scheme=path when appropriateJunegunn Choi
2023-08-18[bash] Disable pipefail in command substitutionJunegunn 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-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-15use proper bash-style notationa1346054
2021-01-01[shell] Disable CTRL-ZJunegunn Choi
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-29[shell] Update CTRL-R to remove duplicate commandsJunegunn Choi
2020-03-13[bash] Restore --nth option in CTRL-R0.21.0-1Junegunn Choi
2020-02-29[bash] Fix --query argument of CTRL-RJunegunn 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 historyJunegunn Choi
2018-04-25[bash] Add --sync to the default CTRL-R optionsJunegunn Choi
2018-02-16[bash] Fix CTRL-R to preserve the latest yankJunegunn Choi
2017-12-07[bash] Trigger redraw-current-line before history-expand-lineJunegunn Choi
2017-03-03[shell] Enable sorting by default in CTRL-RJunegunn Choi
2017-02-19Exclude sysfs in find commandsJunegunn Choi
2017-02-16[shell] Replace `sed` with `-mindepth 1` and `cut` (#844)Pierre Neidhardt
2017-01-26Use --bind instead of --toggle-sortJunegunn 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
2017-01-01[bash] Addendum fix for #580Junegunn 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-10[bash] Fall back to send-keys if named paste buffer is not supportedJunegunn Choi
2016-07-09use tmux buffers for sending output to preserve character encodingSean
2016-07-07[shell] Suppress alias/function expansionJunegunn Choi
2016-06-12[shell] Add $FZF_CTRL_T_OPTS and $FZF_ALT_C_OPTSJunegunn Choi