summaryrefslogtreecommitdiffstats
path: root/shell
AgeCommit message (Expand)Author
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-04-11[bash-completion] Use -o dirnames instead of -o plusdirsJunegunn Choi
2017-03-21Add support for IPv6 addresses in ssh completion (#877)Sam Van Den Berge
2017-03-03[zsh] Use setopt noposixbuiltins instead of emulate -L zshJunegunn Choi
2017-03-03Revert "[zsh] emulate -L zsh to avoid issues with incompatible options"Junegunn Choi
2017-03-03[shell] Enable sorting by default in CTRL-RJunegunn Choi
2017-03-01[zsh] emulate -L zsh to avoid issues with incompatible optionsJunegunn Choi
2017-02-19Exclude sysfs in find commandsJunegunn Choi
2017-02-16[shell] Replace `sed` with `-mindepth 1` and `cut` (#844)Pierre Neidhardt
2017-02-09[zsh] Do not cd when cancelling alt+c keybind (#840)Daniel Gray
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-21[zsh] Workaround trailing esacped space bug in go-shellwordsJunegunn 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[completion] Restore --height option for kill completionJunegunn Choi
2017-01-15[shell] Make layout configurable via $FZF_DEFAULT_OPTS and $FZF_{KEY}_OPTSJunegunn Choi
2017-01-15[completion] Add preview window to kill completionJunegunn Choi
2017-01-15Replace --normalize with --literal and enable normalization by defaultJunegunn Choi
2017-01-14Fix $FZF_COMPLETION_OPTS evaluationJunegunn Choi
2017-01-08Add --height optionJunegunn Choi
2017-01-07[bash/zsh-completion] Filter ~/.ssh/known_hostsJunegunn Choi
2017-01-01[bash] Addendum fix for #580Junegunn Choi
2016-12-31[bash-completion] Always backup existing completion definitionsJunegunn 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-13Use `command` to ignore shell functionNiraj Thapaliya
2016-10-13Gnu `[` evaluates both sides of a -o condition regardlessNiraj Thapaliya
2016-10-11key-bindings.fish: Yank commandline in fzf-history-widgetPierre Neidhardt
2016-09-24Fix #668Maverick Woo
2016-08-28Split default zsh binding at the correct placeTobias Frilling
2016-07-15[zsh-completion] setopt localoptions noksh_arraysJunegunn Choi
2016-07-11[zsh] Suppress error message when pipefail is not supportedJunegunn 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-07-05[zsh] Re-initialize zle when widgets finishSebastian Reuße
2016-06-16zsh: pass through exit code from widgetsDaniel Hahler
2016-06-12[shell] Add $FZF_CTRL_T_OPTS and $FZF_ALT_C_OPTSJunegunn Choi
2016-06-11optimize fzf_default_completion bindingAleks Kamko
2016-06-08[bash/zsh] Fix $FZF_CTRL_R_OPTS with option values with spacesJunegunn Choi
2016-06-02[zsh] Fix indentationJunegunn Choi
2016-06-02[bash/zsh] Take SSH completion hints from known_hostsJim Howell
2016-05-29[bash] Use backticks to avoid delay with blink-matching-parenJunegunn Choi
2016-05-26[zsh] Fix #579 - Locally unset globsubstJunegunn Choi