- 13 Mar, 2014 1 commit
-
-
Daniel Hahler authored
The manual configuration of ':completion:*:hosts' causes some problems (e.g. issue #1337), and misses useful information (especially from ~/.ssh/known_hosts; issue #690 and issue #1009). The best option appears to be using zsh's default configuration for ':completion:*:hosts'. While rebasing this for a new pull request (#1498 got closed by accident and then requests to re-open it got ignored), it also drops the `users off` setting: completion of user names can be useful, and the commit adding it (c4434d2d) does not state why.
-
- 01 Aug, 2012 1 commit
-
-
Alexis Letessier authored
-
- 12 Jun, 2012 1 commit
-
-
s3 authored
-
- 30 Dec, 2011 1 commit
-
-
Gustavo Barron authored
Main library should use ZSH native hostname function
-
- 22 Dec, 2011 1 commit
-
-
Kyle Smith authored
-
- 04 Nov, 2011 1 commit
-
-
Sébastien M-B authored
Add all hosts found in ~/.ssh/config. Tip found on: http://www.nerux.org/wiki/OpenSSH#coupler_avec_zsh_completion
-
- 31 Aug, 2011 1 commit
-
-
Robby Russell authored
After a few weeks of using this, I'd prefer this to not be enabled by default. My bad for suggesting that in the first place. This reverts commit fc49b4a4.
-
- 28 Jul, 2011 1 commit
-
-
Loïc Yhuel authored
-
- 24 Jul, 2011 1 commit
-
-
Loïc Yhuel authored
-
- 12 Jun, 2011 1 commit
-
-
Ryan Doenges authored
-
- 12 Apr, 2011 2 commits
-
-
Pat Regan authored
-
Robby Russell authored
This reverts commit c3a58b00.
-
- 08 Apr, 2011 2 commits
- 12 Mar, 2011 1 commit
-
-
Woody Gilk authored
-
- 03 Nov, 2010 1 commit
-
-
gwjo authored
Use /etc/hosts in addtion to $HOME/.ssh/known_hosts as the source for hostname completion Turn on completion caching to speed up certain comands When completing usernames, don't include system accounts by default
-
- 26 Sep, 2010 1 commit
-
-
Tomas Kramar authored
-
- 03 Jun, 2010 1 commit
-
-
Robby Russell authored
-
- 07 May, 2010 1 commit
-
-
kremso authored
The key here is not using MENU_COMPLETE which autoselects the first entry, but using AUTO_MENU which displays the menu but autoselects on successive tab hit. Also, do not use zstyle menu yes because that somehow overrides the setopts.
-
- 09 Apr, 2010 1 commit
-
-
John Reese authored
-
- 01 Dec, 2009 1 commit
-
-
Toon Claes authored
-
- 30 Nov, 2009 1 commit
-
-
Toon Claes authored
-
- 08 Nov, 2009 1 commit
-
-
Robby Russell authored
Only using the contents of .ssh/known_hosts when the file exists for ssh/scp auto-completion. Closes issue #20
-
- 12 Oct, 2009 1 commit
-
-
To1ne authored
-
- 07 Oct, 2009 2 commits
-
-
Matthew Donoughe authored
-
Matthew Donoughe authored
-
- 23 Sep, 2009 1 commit
-
-
Robby Russell authored
Moving all zsh config options into a lib/ subdirectory to make way for some upcoming changes to directory structure and configuration options
-
- 22 Sep, 2009 2 commits
- 06 Sep, 2009 1 commit
-
-
Jamie van Dyke authored
-
- 28 Aug, 2009 1 commit
-
-
Robby Russell authored
-