Commit graph

23 commits

Author SHA1 Message Date
Sorin Ionescu f26a86795e Disabled complist since it's crashing ZSH on menu completion. 2011-04-22 22:23:08 -04:00
Sorin Ionescu deab2ed376 Fix for dumb terminals like Vim's. 2011-02-27 10:13:57 -05:00
Pat Regan bb45bab6aa Merge remote branch 'upstream/master'
Conflicts:
	plugins/github/github.plugin.zsh
2011-04-20 01:29:58 -04:00
Pat Regan af0b6ac28f Moved compinit call back to oh-my-zsh.sh, after plugins are loaded 2011-04-12 09:28:15 -04:00
Pat Regan a56e12932f Moved the single compinit call from oh-my-zsh.sh to lib/completion.zsh 2011-04-08 11:10:14 -04:00
Pat Regan 782883b5d8 Replace redundant calls to compinit with a single call. 2011-04-08 10:12:22 -04:00
Woody Gilk 88faaec7c9 Enable alias completion, do not limit completion to just files 2011-03-11 21:44:12 -06:00
Robby Russell 7b8cf376d1 Revert "Enable alias completion, do not limit completion to just files"
This reverts commit c3a58b00040018743ead1e6672910433fc1ca7c2.
2011-04-12 10:24:06 +02:00
gwjo 86ca51a6b7 Completion fixes
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
2010-11-03 16:57:15 -04:00
Tomas Kramar 3570f0d243 Do not complete named-directories 2010-09-26 16:03:44 +02:00
Robby Russell 4381863fd2 Removing legacy completion code 2010-06-03 12:54:40 -07:00
Robby Russell 85ce63d3f8 Merge remote branch 'jreese/master' 2010-05-07 13:16:50 -07:00
John Reese ab010947ae Ignore errors from compaudit when using sudo -s 2010-04-08 22:35:35 -04:00
kremso 9ec6086282 Don't autoselect first completion entry (Fixes #14)
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-03-09 14:09:08 +01:00
Toon Claes 8e3e355ce3 Revert 2009-12-01 23:06:15 +01:00
Toon Claes 0c3b9a6f88 Completion from history 2009-11-30 23:28:40 +01:00
Robby Russell 6326573fa2 Only using the contents of .ssh/known_hosts when the file exists for ssh/scp auto-completion. Closes issue #20 2009-11-08 15:34:02 -08:00
Robby Russell d540b24263 Fixing merge conflicts 886d97f41e72b8662232a2c6b196fb60508e4f67 2009-10-26 09:16:19 -07:00
To1ne 1617d8116d Added some comment 2009-10-12 21:17:36 +02:00
Matthew Donoughe a44b5660bf should probably use the value of CASE_INSENSITIVE 2009-10-07 20:08:54 +00:00
Matthew Donoughe 92f2cf94ad allow case sensitivity to be toggled 2009-10-07 20:01:52 +00:00
James Cox fdffd77e9c merge upstream 2009-09-23 16:14:04 +01:00
Robby Russell 8dd06e3c73 Moving all zsh config options into a lib/ subdirectory to make way for some upcoming changes to directory structure and configuration options 2009-09-23 07:43:36 -07:00
Renamed from completion.zsh (Browse further)