summaryrefslogtreecommitdiffstats
path: root/shell/completion.zsh
AgeCommit message (Expand)Author
2023-10-29[completion] Handle all hostaliases in /etc/hosts (#3495)akdevservices
2023-10-14[zsh] Fix 'emulate: unknown argument -o' error on old zsh (#3465)LangLangBart
2023-10-12[shell] make `__fzf_list_hosts()` definable by the userChristoph Anton Mitterer
2023-10-12[shell] move username prefixing code where neededChristoph Anton Mitterer
2023-10-12[shell] don’t print error on non-existent SSH filesChristoph Anton Mitterer
2023-10-09Improve interactiveness checks (#3449)Christoph Anton Mitterer
2023-10-04[shell] Avoid side-effects during eval (#3459)Junegunn Choi
2023-10-02[completion] Prevent running a command during 'eval'Junegunn Choi
2023-09-19[shell] Use --scheme=path when appropriateJunegunn Choi
2023-09-18Basic context-aware completion for ssh command (#3424)Timofei Bredov
2023-04-01[shell] Update kill completionJunegunn Choi
2022-10-16[shell] Make bash/zsh completion and bindings work with 'set -u' (#2999)John Fred Fadrigalan
2022-08-22[completion] Remove extra trailing slash on directory completionJunegunn Choi
2022-08-03[completion] ssh: Remove values with '%' (#2548)lbesnard
2022-07-21[shell] 'kill' completion will now require trigger sequence (**)Junegunn Choi
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