summaryrefslogtreecommitdiff
path: root/lib/completion.zsh
AgeCommit message (Collapse)Author
2010-09-26Do not complete named-directoriesTomas Kramar
2010-06-03Removing legacy completion codeRobby Russell
2010-05-07Merge remote branch 'jreese/master'Robby Russell
2010-05-06Don't autoselect first completion entry (Fixes #14)kremso
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.
2010-04-08Ignore errors from compaudit when using `sudo -s`John Reese
2009-12-01RevertToon Claes
2009-11-30Completion from historyToon Claes
2009-11-08Only using the contents of .ssh/known_hosts when the file exists for ssh/scp ↵Robby Russell
auto-completion. Closes issue #20
2009-10-26Fixing merge conflicts 886d97f41e72b8662232a2c6b196fb60508e4f67Robby Russell
2009-10-12Added some commentTo1ne
2009-10-07should probably use the value of CASE_INSENSITIVEMatthew Donoughe
2009-10-07allow case sensitivity to be toggledMatthew Donoughe
2009-09-23merge upstreamJames Cox
2009-09-23Moving all zsh config options into a lib/ subdirectory to make way for some ↵Robby Russell
upcoming changes to directory structure and configuration options