Add old-omz-completion plugin
This commit is contained in:
parent
d2725d44fc
commit
baa94ecc17
9
plugins/old-omz-completion/README.md
Normal file
9
plugins/old-omz-completion/README.md
Normal file
@ -0,0 +1,9 @@
|
||||
## Description
|
||||
|
||||
This plugin restores the original oh-my-zsh completion. Hyphen, underscore and dot are treated as wildcards.
|
||||
|
||||
For example `cd /etc/i.d TAB` would expand to `/etc/init.d`. The new completion (introduced last year) breaks this completion stlye.
|
||||
|
||||
For more info see:
|
||||
|
||||
https://github.com/robbyrussell/oh-my-zsh/issues/5560
|
1
plugins/old-omz-completion/old-omz-completion.plugin.zsh
Normal file
1
plugins/old-omz-completion/old-omz-completion.plugin.zsh
Normal file
@ -0,0 +1 @@
|
||||
zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' 'r:|[._-]=* r:|=*' 'l:|=* r:|=*'
|
Loading…
Reference in New Issue
Block a user