1. 13 Mar, 2014 1 commit
    • Daniel Hahler's avatar
      Use zsh's default for ':completion:*:hosts' · 71d94206
      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.
      71d94206
  2. 01 Aug, 2012 1 commit
  3. 12 Jun, 2012 1 commit
  4. 30 Dec, 2011 1 commit
  5. 22 Dec, 2011 1 commit
  6. 04 Nov, 2011 1 commit
  7. 31 Aug, 2011 1 commit
  8. 28 Jul, 2011 1 commit
  9. 24 Jul, 2011 1 commit
  10. 12 Jun, 2011 1 commit
  11. 12 Apr, 2011 2 commits
  12. 08 Apr, 2011 2 commits
  13. 12 Mar, 2011 1 commit
  14. 03 Nov, 2010 1 commit
    • gwjo's avatar
      Completion fixes · 9465ba0d
      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
      9465ba0d
  15. 26 Sep, 2010 1 commit
  16. 03 Jun, 2010 1 commit
  17. 07 May, 2010 1 commit
    • kremso's avatar
      Don't autoselect first completion entry (Fixes #14) · 926d9e88
      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.
      926d9e88
  18. 09 Apr, 2010 1 commit
  19. 01 Dec, 2009 1 commit
  20. 30 Nov, 2009 1 commit
  21. 08 Nov, 2009 1 commit
  22. 12 Oct, 2009 1 commit
  23. 07 Oct, 2009 2 commits
  24. 23 Sep, 2009 1 commit
  25. 22 Sep, 2009 2 commits
  26. 06 Sep, 2009 1 commit
  27. 28 Aug, 2009 1 commit