1. 10 Jun, 2014 1 commit
  2. 16 Mar, 2014 1 commit
  3. 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
  4. 01 Aug, 2012 1 commit
  5. 12 Jun, 2012 1 commit
  6. 30 Dec, 2011 1 commit
  7. 22 Dec, 2011 1 commit
  8. 04 Nov, 2011 1 commit
  9. 31 Aug, 2011 1 commit
  10. 28 Jul, 2011 1 commit
  11. 24 Jul, 2011 1 commit
  12. 12 Jun, 2011 1 commit
  13. 12 Apr, 2011 2 commits
  14. 08 Apr, 2011 2 commits
  15. 12 Mar, 2011 1 commit
  16. 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
  17. 26 Sep, 2010 1 commit
  18. 03 Jun, 2010 1 commit
  19. 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
  20. 09 Apr, 2010 1 commit
  21. 01 Dec, 2009 1 commit
  22. 30 Nov, 2009 1 commit
  23. 08 Nov, 2009 1 commit
  24. 12 Oct, 2009 1 commit
  25. 07 Oct, 2009 2 commits
  26. 23 Sep, 2009 1 commit
  27. 22 Sep, 2009 2 commits
  28. 06 Sep, 2009 1 commit
  29. 28 Aug, 2009 1 commit