summaryrefslogtreecommitdiffstats
path: root/shell/key-bindings.fish
AgeCommit message (Expand)Author
2024-04-19Respect $FZF_DEFAULT_OPTS_FILE in key bindings and completion (#3742)Junegunn Choi
2024-03-31[fish] Fix $dir in FZF_{CTRL_T,ALT_C}_COMMAND not evaluatedJunegunn Choi
2024-03-19[fish] Fix Ctrl-T and Alt-C not using last token as search root (#3684)zeertzjq
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-13[fish] exit as well when called from non-interactive shell (#3467)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-09-20[fish] Do not use `builtin cd`Junegunn Choi
2022-08-28Add --scheme=[default|path|history] option to choose scoring schemeJunegunn Choi
2022-04-22[shell] ALT-C: Use builtin cd to avoid conflicts (#2799)Ajeet D'Souza
2021-11-19[shell] Use cd -- (#2659)zsugabubus
2021-03-08[fish] Make widgets work with --option= prefix (#2383)Jannik Vieten
2021-01-01[shell] Disable CTRL-ZJunegunn Choi
2020-10-12[fish] Fix parser handling of option-like args (#2208)Andrew Zhou
2020-04-03[fzf-tmux] Add option to start fzf in tmux popup windowJunegunn Choi
2020-02-28[fish] Ignore empty environment variablesJunegunn Choi
2019-07-13[fish] Remove perl from fish key bindings (#1635)ssjhv
2018-06-27[fish] Use $version instead of $FISH_VERSION (#1100)Oliver Schrenk
2017-07-15[fish] Fix ctrl-r regression in versions <2.4 (#972)Tom Fitzhenry
2017-06-25[fish] Accept starting dir for <M-c> key binding (#944)John Nguyen
2017-06-25[fish] Support multiline commands (#954)Tom Fitzhenry
2017-06-12[fish] Fix <C-t> completion for current dir search (#946)John Nguyen
2017-06-10[fish] Fix CTRL-T with paths that don't start with ./Junegunn 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-25[fish] Add toggle-sort back to CTRL-R (#759)Junegunn Choi
2017-01-17[shell] Do not override --reverse in CTRL-RJunegunn Choi
2017-01-15[shell] Make layout configurable via $FZF_DEFAULT_OPTS and $FZF_{KEY}_OPTSJunegunn Choi
2017-01-08Add --height optionJunegunn Choi
2016-12-24[shell] Use '-mindepth 1' to omit root folder in 'find' output (#779)Pierre Neidhardt
2016-12-14Overhaul fish functions (#759)Pierre Neidhardt
2016-11-15[shell] Fix pruning condition of find command for CTRL-T and ALT-CJunegunn Choi
2016-10-11key-bindings.fish: Yank commandline in fzf-history-widgetPierre Neidhardt
2016-06-12[shell] Add $FZF_CTRL_T_OPTS and $FZF_ALT_C_OPTSJunegunn Choi
2016-04-24[fish] Use consistent function names for key bindings (#546)Junegunn Choi
2016-04-24[fish] Fix intermittent errors on CTRL-TJunegunn Choi
2016-03-23Add $FZF_CTRL_R_OPTS for overriding the default options for CTRL-RJunegunn Choi
2016-01-14[fish] Fix intermittent errors on CTRL-TJunegunn Choi
2015-11-08[shell] Add FZF_ALT_C_COMMAND for ALT-C (#408)Junegunn Choi
2015-08-30fix fish streamsMichał Kalbarczyk
2015-06-26[shell] Add FZF_CTRL_T_COMMAND for CTRL-TJunegunn Choi
2015-04-26Merge pull request #171 from oschrenk/vi-insert-mode-key-bindings-fishJunegunn Choi
2015-04-25Support for vi insert mode in upcoming fish 2.2.0Oliver Schrenk
2015-04-22[fish] Remove buffering delay by not using subroutines0.9.11Junegunn 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