From bc742f0023674757e6ea684aeccb955379048fe0 Mon Sep 17 00:00:00 2001 From: Eric Nielsen Date: Wed, 29 Nov 2017 09:06:41 -0500 Subject: [PATCH] [completion] Remove smart editor completion as Vim can open archives, and Emacs can virtually open everything :- ) I suggest we don't try to be smart here. Closes #229 --- modules/completion/init.zsh | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/completion/init.zsh b/modules/completion/init.zsh index 75bdb4c..26a0b64 100644 --- a/modules/completion/init.zsh +++ b/modules/completion/init.zsh @@ -96,6 +96,3 @@ zstyle ':completion:*:history-words' menu yes # ignore multiple entries. zstyle ':completion:*:(rm|kill|diff):*' ignore-line other zstyle ':completion:*:rm:*' file-patterns '*:all-files' - -# smart editor completion -zstyle ':completion:*:(nano|vim|nvim|vi|emacs|e):*' ignored-patterns '*.(wav|mp3|flac|ogg|mp4|avi|mkv|webm|iso|dmg|so|o|a|bin|exe|dll|pcap|7z|zip|tar|gz|bz2|rar|deb|pkg|gzip|pdf|mobi|epub|png|jpeg|jpg|gif)'