summaryrefslogtreecommitdiffstats
path: root/shell/key-bindings.bash
AgeCommit message (Expand)Author
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
2016-06-08[bash/zsh] Fix $FZF_CTRL_R_OPTS with option values with spacesJunegunn Choi
2016-05-29[bash] Use backticks to avoid delay with blink-matching-parenJunegunn Choi
2016-04-24[bash] Export fzf-file-widget function for bash 4+ (#546)Junegunn Choi
2016-04-23Update key-bindings.bashGene Pavlovsky
2016-04-14Fix bash-vimode normal-mode cd completionWilliam Chargin
2016-04-14Fix Bash+vimode pre-launch delayWilliam Chargin
2016-03-23Add $FZF_CTRL_R_OPTS for overriding the default options for CTRL-RJunegunn Choi
2016-03-02[bash] Fix shellcheck warningsJunegunn Choi
2015-12-25Pass FZF_DEFAULT_OPTS to non-interactive bash instanceKobe Lipkens
2015-12-11Dynamically select which __fzf_select__ to use for tmux with bash 4+.Chaoren Lin
2015-12-11Fix CTRL-T in tmux with non-standard configuration.Chaoren Lin
2015-11-08[shell] Add FZF_ALT_C_COMMAND for ALT-C (#408)Junegunn Choi
2015-07-13[bash] Make CTRL-R work when histexpand is unset (#286)Junegunn Choi
2015-06-26[shell] Add FZF_CTRL_T_COMMAND for CTRL-TJunegunn Choi
2015-06-25[bash] Use `command \find` for ALT-CJunegunn Choi
2015-05-20[bash] Ignore asterisk (modified) in historyJunegunn Choi
2015-05-13[bash] CTRL-R to use history-expand-lineJunegunn Choi
2015-04-22Fix broken FZF_TMUX switch and update test cases (#203)Junegunn Choi
2015-04-22Apply fzf-tmux to key bindings (#203)Junegunn Choi
2015-04-16Prepare for 0.9.9 releaseJunegunn Choi
2015-03-31Implement --toggle-sort option (#173)Junegunn Choi