Smart Bash and Zshell Omni Completion (Vim)

by zdharma
GNU/Linux ◆ rxvt-unicode-256color ◆ zsh 2015 views

A smart Vim-completion for the Bash and Zshell scriping languages that will:

  1. Complete only detected variables on place of a variable (i.e.: e.g.: after the dollar $…).
  2. Complete only detected function-names on a command-position.
  3. Complete arrays’ and hashes’ keys (i.e.: subscripts) and only when inside a VARIABLE[…].

Homepage: https://github.com/zphere-zsh/shell-omni-completion.