mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
Add projects to list of suggestions when tabbing mux with no params
This commit is contained in:
@@ -35,6 +35,7 @@ _tmuxinator() {
|
||||
|
||||
if (( CURRENT == 2 )); then
|
||||
_describe -t commands 'commands' commands
|
||||
_describe -t projects 'projects' projects
|
||||
elif (( CURRENT == 3 )); then
|
||||
case $words[2] in
|
||||
copy|delete|open|start)
|
||||
|
||||
Reference in New Issue
Block a user