summaryrefslogtreecommitdiffstats
path: root/shell/completion.zsh
AgeCommit message (Expand)Author
2021-01-13[zsh] Properly reset prompt after completion (#2318)Ruslan Sayfutdinov
2021-01-01[shell] Disable CTRL-ZJunegunn Choi
2020-10-06[completion] Make host completion handle source files without EOLElvan Owen
2020-04-18[completion] Make kill completion more consistent with the othersJunegunn Choi
2020-04-13[zsh-completion] Fix error with backslash-prefixed commandsJunegunn Choi
2020-04-03[fzf-tmux] Split zsh variable expansion for old zshJunegunn 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-30[zsh] Ensure that fzf code always parses the same way (#1944)Roman Perepelitsa
2020-03-24[zsh-completion] Fix a bug where _fzf_complete did not iterate through args (...Chitoku
2020-03-11Fuzzy completions: removed leftover debug echo (#1921)Jakub Łuczyński
2020-03-11Change custom fuzzy completion APIJunegunn Choi
2020-03-07[completion] Use file redirection instead of pipeJunegunn Choi
2020-02-20[completion] Allow users to customize fzf options via _fzf_comprunJunegunn Choi
2020-01-19[zsh-completion] Fix quoting/splitting issues (#1820)Chitoku
2019-12-06[ssh completion] Skip only aliases matching * (#1788)Henré Botha
2019-12-06[completion] Add support for HostName lines in ~/.ssh/config (#1785)David Gray
2019-12-05[completion] Ignore hg repos (#1777)John Purnell
2019-11-03[zsh-completion] Fix prefix extraction when triggers start with ';'zhaoyunfeng
2019-03-14[zsh-completion] Suppress "no matches found" messageJunegunn Choi
2019-02-28[completion] Look up on ~/.ssh/config.d/* files when doing ssh host complete ...Rui Coelho
2019-02-28[shell] Skip loading completion code on non-interactive shellJunegunn Choi
2018-10-05[zsh] Fix multiline prompt issue with 'zle reset-prompt' (#1397)Paul Frybarger
2018-07-06[completion] Filter out non-hostnames in SSH config file (#1329)Jay
2018-06-02[bash/zsh] Fix missing fuzzy completions (#1303)ptzz
2018-04-12ZSH and Bash completion: remove shebang (#1248)Avindra Goolcharan
2017-10-21[completion] Ensure ps called as command (#1098)Igor Urazov
2017-10-19[completion] Fix known_hosts completion for custom port number (#1092)Andrey Chernih
2017-09-27[completion] Include host aliases in ssh completion (#1062)Josh Pencheon
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-01[zsh] emulate -L zsh to avoid issues with incompatible optionsJunegunn 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-14Fix $FZF_COMPLETION_OPTS evaluationJunegunn Choi
2017-01-08Add --height optionJunegunn Choi
2017-01-07[bash/zsh-completion] Filter ~/.ssh/known_hostsJunegunn Choi
2016-10-13Use `command` to ignore shell functionNiraj Thapaliya
2016-10-13Gnu `[` evaluates both sides of a -o condition regardlessNiraj Thapaliya
2016-08-28Split default zsh binding at the correct placeTobias Frilling
2016-07-15[zsh-completion] setopt localoptions noksh_arraysJunegunn Choi
2016-07-07[shell] Suppress alias/function expansionJunegunn Choi
2016-07-05[zsh] Re-initialize zle when widgets finishSebastian Reuße
2016-06-11optimize fzf_default_completion bindingAleks Kamko
2016-06-02[zsh] Fix indentationJunegunn Choi
2016-06-02[bash/zsh] Take SSH completion hints from known_hostsJim Howell
2016-05-26[zsh] Fix #579 - Locally unset globsubstJunegunn Choi
2016-04-25[zsh] Fix issues with unicode charactersJunegunn Choi